public ProviderRepository()
 {
     connectionString      = ConfigurationManager.ConnectionStrings["CoreConnection"].ConnectionString;
     Context               = AppService.Current.DataContextV2;
     ProviderSearchService = new ProviderSearchService(Context);
     StaffingService       = new StaffingService(Context);
 }
Example #2
0
 private void OnCurrentChanged(object semder, StaffingService.Employee e) => RunUnderDispatcher(new Action(() => UpdateRights()));
Example #3
0
 private void OnCurrentChanged(object semder, StaffingService.Employee e)
 {
     CanManageVacations = GetCanManageVacationsProperty();
 }