Esempio n. 1
0
 public bool UpdateDevice(Device device)
 {
     return(deviceDao.UpdateDevice(device));
 }