コード例 #1
0
 public void DeleteDevice(int deviceId)
 {
     _devicesRepository.DeleteDevice(deviceId);
 }