GIT: perform LF normalization
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Disco.Web.Models.Device
|
||||
{
|
||||
public class AddOfflineModel
|
||||
{
|
||||
public Disco.Models.Repository.Device Device { get; set; }
|
||||
public List<Disco.Models.Repository.DeviceProfile> DeviceProfiles { get; set; }
|
||||
public List<SelectListItem> DeviceBatches { get; set; }
|
||||
public int DefaultDeviceProfileId { get; set; }
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Disco.Web.Models.Device
|
||||
{
|
||||
public class AddOfflineModel
|
||||
{
|
||||
public Disco.Models.Repository.Device Device { get; set; }
|
||||
public List<Disco.Models.Repository.DeviceProfile> DeviceProfiles { get; set; }
|
||||
public List<SelectListItem> DeviceBatches { get; set; }
|
||||
public int DefaultDeviceProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user