示例#1
0
 public int UpdateDeviceById(Device device)
 {
     return(_deviceDao.UpdateDeviceById(device));
 }