public EducationController(IUserService IUserService, IEducationService IEducationService, IClassService IClassService, ICollegeService ICollegeService, IDisciplineService IDisciplineService, IEducationCategoryService IEducationCategoryService, ISpecializationService ISpecializationService, IUniversityService IUniversityService, IEducationCategoryUniversityBoardMappingService IEducationCategoryUniversityBoardMappingService) { this._IUserService = IUserService; this._IEducationService = IEducationService; _educationDetails = new EmployeeEducationDetail(); this._IClassService = IClassService; _class = new Master_Class(); this._ICollegeService = ICollegeService; _college = new Master_College(); this._IDisciplineService = IDisciplineService; _discipline = new Master_Discipline(); this._IEducationCategoryService = IEducationCategoryService; _educationCategory = new Master_EducationCategory(); this._ISpecializationService = ISpecializationService; _specialization = new Master_Specialization(); this._IUniversityService = IUniversityService; _university = new Master_University(); this._IEducationCategoryUniversityBoardMappingService = IEducationCategoryUniversityBoardMappingService; _educationCategoryUniversityBoardMapping = new EducationCategoryUniversityBoardMapping(); }
public bool Update(Master_Class obj, string[] param, string spName) { throw new NotImplementedException(); }
public IEnumerable <Master_Class> GetAll(Master_Class obj, string[] param, string spName) { return(_IClassRepository.GetAll(obj, param, spName)); }