return privilege

merge-requests/224/head
Mohammad Aljammal 5 years ago
parent 952e106531
commit 1968eb4682

@ -47,6 +47,7 @@ import 'core/service/medical/vital_sign_service.dart';
import 'core/service/packages_offers/PackagesOffersServices.dart';
import 'core/service/parmacyModule/order-preview-service.dart';
import 'core/service/notifications_service.dart';
import 'core/service/privilege_service.dart';
import 'core/viewModels/AlHabibMedicalService/cmc_view_model.dart';
import 'core/service/parmacyModule/parmacy_module_service.dart';
@ -145,7 +146,7 @@ void setupLocator() {
locator.registerLazySingleton(() => VaccinationTableService());
locator.registerLazySingleton(() => NotificationService());
locator.registerLazySingleton(() => PrivilegeService());
locator.registerLazySingleton(() => PharmacyModuleService());
locator.registerLazySingleton(() => OrderPreviewService());

Loading…
Cancel
Save