Exemplo n.º 1
0
 public bool RemoveDevice(int deviceId)
 {
     return(_dao.RemoveDevice(deviceId));
 }