Ejemplo n.º 1
0
 public void AddCount(int count, int id)
 {
     _productDao.AddCount(count, id);
 }