예제 #1
0
 public AreasController(
     IAreasServices areas,
     IDepartmentsServices departments,
     IUsersServices users)
 {
     this.areas       = areas;
     this.departments = departments;
     this.users       = users;
 }
예제 #2
0
 public AreasController(
     IAreasServices areas,
     IDepartmentsServices departments,
     IUsersServices users)
 {
     this.areas = areas;
     this.departments = departments;
     this.users = users;
 }
예제 #3
0
 public SemesterCoursesController(IDepartmentsServices DepartmentsServices, ICoursesService coursesService, ISemesterCoursesServices semesterCoursesSevices, ICourseRefServices courseRefServices, ISemesterStudentServices semesterStudentServices, IUsersServices usersServices, ISemStudentCoursesServices semStudentCoursesServices)
 {
     _DepartmentsServices       = DepartmentsServices;
     _coursesService            = coursesService;
     _semesterCoursesSevices    = semesterCoursesSevices;
     _courseRefServices         = courseRefServices;
     _semesterStudentServices   = semesterStudentServices;
     _usersServices             = usersServices;
     _semStudentCoursesServices = semStudentCoursesServices;
 }
 public DepartmentsController(IDepartmentsServices departments, IDivisionsServices divisions)
 {
     this.departments = departments;
     this.divisions = divisions;
 }
예제 #5
0
 //IUsersServices _UsersServices;
 public StudentController(IUsersServices UsersServices, IDepartmentsServices departmentsServicesvices)
 {
     this._UsersServices            = UsersServices;
     this._DepartmentsServicesvices = departmentsServicesvices;
 }
 public DepartmentsController(IDepartmentsServices departments)
 {
     this.departments = departments;
 }
예제 #7
0
 public DepartmentsPresenter(IDepartmentsServices departmentsServices)
 {
     _departmentsPresenter = departmentsServices;
 }
예제 #8
0
 public InstroctorController(IUsersServices UsersServices, IDepartmentsServices DepartmentsServicesvices)
 {
     this._UsersServices            = UsersServices;
     this._DepartmentsServicesvices = DepartmentsServicesvices;
 }
예제 #9
0
 public DepartmentsController(IDepartmentsServices DepartmentsServices, IUsersServices IUsersServices, ISemesterCoursesServices Semester)
 {
     this._DepartmentsServices = DepartmentsServices;
     this._IUsersServices      = IUsersServices;
     this._Semester            = Semester;
 }
예제 #10
0
 public DepartmentsController(IDepartmentsServices departments, IDivisionsServices divisions)
 {
     this.departments = departments;
     this.divisions   = divisions;
 }
 public DepartmentsController(IDepartmentsServices departments)
 {
     this.departments = departments;
 }