Exemplo n.º 1
0
 public ICollection <ShopProduct> GetAllProductsInCart(Guid userGuid, Guid shopGuid)
 {
     return(_serviceFacade.GetAllProductsInCart(userGuid, shopGuid));
 }