diff --git a/src/BackOffice.BFF.Application/InventoryCQ/Queries/GetAllWarehouses/GetAllWarehousesQueryHandler.cs b/src/BackOffice.BFF.Application/InventoryCQ/Queries/GetAllWarehouses/GetAllWarehousesQueryHandler.cs index 4600a3f..e3b5d7b 100644 --- a/src/BackOffice.BFF.Application/InventoryCQ/Queries/GetAllWarehouses/GetAllWarehousesQueryHandler.cs +++ b/src/BackOffice.BFF.Application/InventoryCQ/Queries/GetAllWarehouses/GetAllWarehousesQueryHandler.cs @@ -13,7 +13,7 @@ public class GetAllWarehousesQueryHandler : IRequestHandler Handle(GetAllWarehousesQuery request, CancellationToken cancellationToken) { - var protoRequest = new GetAllWarehousesRequest(); + var protoRequest = new CMSMicroservice.Protobuf.Protos.Inventory.GetAllWarehousesRequest(); if (request.ActiveOnly.HasValue) {