public UserController() { this._userService = new UserService(); this._mailingService = new MailingAddressService(); this._paymentService = new PaymentService(); this._userSubmissionService = new UserSubmissionService(); this._logisticService = new LogisticSheduleService(); this._transaction = new TransactionHistoryService(); }
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(); }