Example #1
0
 public ICollection <ShopProduct> GetAllProductsInCart(Guid userGuid, Guid shopGuid)
 {
     return(_real?.GetAllProductsInCart(userGuid, shopGuid));
 }