Ejemplo n.º 1
0
 public int UpdateDeviceById(Device device)
 {
     return(_deviceDao.UpdateDeviceById(device));
 }