Exemplo n.º 1
0
 public int SetDeviceStatus(string id, string status)
 {
     return(_deviceDao.SetDeviceStatus(id, status));
 }