예제 #1
0
 public StaffingService()
 {
     Context = AppService.Current.DataContextV2;
     StaffingLogRepository = new StaffingRepository();
 }
예제 #2
0
 public StaffingController()
 {
     repository      = new StaffingRepository();
     service         = new StaffingService();
     TimelineService = new CaseTimelineService(AppService.Current.DataContextV2);
 }