Browse Source

Update src/Services/Basket/Basket.API/Grpc/BasketService.cs

Co-authored-by: David Pine <david.pine@microsoft.com>
pull/1742/head
Sumit Ghosh 3 years ago
committed by GitHub
parent
commit
1d7ffa3c84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Basket/Basket.API/Grpc/BasketService.cs

+ 1
- 0
src/Services/Basket/Basket.API/Grpc/BasketService.cs View File

@ -1,4 +1,5 @@
namespace GrpcBasket;
public class BasketService : Basket.BasketBase
{
private readonly IBasketRepository _repository;


Loading…
Cancel
Save