Esempio n. 1
0
 public void MinFromCart(CartItem entity)
 {
     _Repo.MinFromCart(entity);
 }