public ScholarshipController() { this._mainScholarshipService = new MainScholarshipService(); this._youthScholarshipService = new YouthScholarshipService(); this._experienceService = new ExperienceService(); this._educationService = new EducationService(); this._trainingService = new TrainingService(); this._leadershipService = new LeaderShipService(); this._publicationService = new PublicationService(); }
public AdminUserController() { ViewBag.CurrentNode = "AdminMember"; this._userService = new UserService(); this._mainScholarshipService = new MainScholarshipService(); this._youthScholarshipService = new YouthScholarshipService(); this._experienceService = new ExperienceService(); this._educationService = new EducationService(); this._trainingService = new TrainingService(); this._leadershipService = new LeaderShipService(); this._publicationService = new PublicationService(); this._userSubmissionService = new UserSubmissionService(); this._mailingAddressService = new MailingAddressService(); this._paymentService = new PaymentService(); this._logisticService = new LogisticSheduleService(); }