예제 #1
0
 /// <summary>
 /// Get all device types
 /// </summary>
 /// <returns></returns>
 public ICollection <DeviceTypeDomain> GetAllDeviceTypes()
 {
     return(_deviceTypeRepository.GetAllDeviceTypes());
 }