Пример #1
0
 public void DeleteCart(int userId)
 {
     _cartContext.DeleteCart(userId);
 }