public StockController() { this.service = new TullymurryDataService(); }
public ClientController() { this.service = new TullymurryDataService(); }
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(); }
public AttendanceController() { this.service = new TullymurryDataService(); }