Ejemplo n.º 1
0
        protected async Task DeleteCustomerType(int customerTypeId)
        {
            await AdministrationService.DeleteCustomerType(customerTypeId);

            await JavascriptFunctions.ShowAlert("Suppression effectuée");

            await LoadCustomerTypes();
        }