コード例 #1
0
 private bool DeviceExists(int id)
 {
     return(_devicesRepository.Any(id));
 }