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