Ejemplo n.º 1
0
 public int SaveCurrentPower(string id, string power)
 {
     return(_deviceDao.SaveCurrentPower(id, power));
 }