Exemple #1
0
 public StockController()
 {
     this.service = new TullymurryDataService();
 }
 public ClientController()
 {
     this.service = new TullymurryDataService();
 }
Exemple #3
0
 public SupplierController()
 {
     this.service = new TullymurryDataService();
 }
 public LessonController()
 {
     this.service        = new TullymurryDataService();
     this.messageService = new TullymurryMessageService();
 }
 public InstructorController()
 {
     this.service = new TullymurryDataService();
 }
 public ScheduleController()
 {
     this.service = new TullymurryDataService();
 }
 public HorseController()
 {
     this.service = new TullymurryDataService();
 }
Exemple #8
0
 public AttendanceController()
 {
     this.service = new TullymurryDataService();
 }