1 override of CheckoutBasket
BasketService (1)
BasketService.cs (1)
44public override async Task<CheckoutCustomerBasketResponse> CheckoutBasket(CheckoutCustomerBasketRequest request, ServerCallContext context)
2 references to CheckoutBasket
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\BasketGrpc.cs (2)
139.AddMethod(__Method_CheckoutBasket, serviceImpl.CheckoutBasket) 152serviceBinder.AddMethod(__Method_CheckoutBasket, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::GrpcBasket.CheckoutCustomerBasketRequest, global::GrpcBasket.CheckoutCustomerBasketResponse>(serviceImpl.CheckoutBasket));