Exemplo n.º 1
0
 /// <summary>
 /// Get all active device types
 /// </summary>
 /// <returns></returns>
 public ICollection <DeviceTypeDomain> GetAllActiveDeviceTypes()
 {
     return(_deviceTypeRepository.GetAllActiveDeviceTypes());
 }