Пример #1
0
 public SchedulesController()
 {
     this.schedulelogic     = new ScheduleLogics();
     this.routeservice      = new RouteServices();
     this.ranklogic         = new RankLogic();
     this.scheduledateLogic = new ScheduleDateLogics();
     this.ownerLogic        = new OwnerLogics();
 }
Пример #2
0
 public ScheduleDatesController()
 {
     this.logic = new ScheduleDateLogics();
 }