fix: specify full namespace for GetAllWarehousesRequest in GetAllWarehousesQueryHandler
Build and Deploy / build (push) Successful in 1m45s
Build and Deploy / build (push) Successful in 1m45s
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ public class GetAllWarehousesQueryHandler : IRequestHandler<GetAllWarehousesQuer
|
||||
|
||||
public async Task<GetAllWarehousesResponseDto> Handle(GetAllWarehousesQuery request, CancellationToken cancellationToken)
|
||||
{
|
||||
var protoRequest = new GetAllWarehousesRequest();
|
||||
var protoRequest = new CMSMicroservice.Protobuf.Protos.Inventory.GetAllWarehousesRequest();
|
||||
|
||||
if (request.ActiveOnly.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user