Exemple #1
0
 public void CancelFromCart(CartItem entity)
 {
     _Repo.CancelFromCart(entity);
 }