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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Services/Basket/Basket.API/Grpc/BasketService.cs
|
@ -1,4 +1,5 @@ |
|
|
namespace GrpcBasket; |
|
|
namespace GrpcBasket; |
|
|
|
|
|
|
|
|
public class BasketService : Basket.BasketBase |
|
|
public class BasketService : Basket.BasketBase |
|
|
{ |
|
|
{ |
|
|
private readonly IBasketRepository _repository; |
|
|
private readonly IBasketRepository _repository; |
|
|