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