Exemplo n.º 1
0
 public bool CheckIsExist(DeviceType deviceType)
 {
     return(deviceTypeRepository.Get(chk => chk.Name == deviceType.Name) == null ? false : true);
 }