diff --git a/phronCare.UIBlazor/Pages/Sales/Customers.razor b/phronCare.UIBlazor/Pages/Sales/Customers.razor index ddf2c92..6f21eb9 100644 --- a/phronCare.UIBlazor/Pages/Sales/Customers.razor +++ b/phronCare.UIBlazor/Pages/Sales/Customers.razor @@ -1,48 +1,67 @@ -@page "/customers" +@page "/sales/customers" @using phronCare.UIBlazor.Services.Sales @using phronCare.UIBlazor.Data @using Domain.Entities @using Domain.Generics +@inject NavigationManager Navigation @inject CustomerHttpService CustomerService -
No hay resultados.
-} +No hay resultados.
+ } + +