Example #1
0
 public LoginController(NEPService.ClientService.IClientService clientService, IEncryption encryptionService, IEMail mailService, NEPService.UserService.IUserService userService)
 {
     _clientService     = clientService;
     _encryptionService = encryptionService;
     _mailService       = mailService;
     _userService       = userService;
 }
Example #2
0
 public StudentPortalController(NEPService.UserService.IUserService userService, IEncryption encryptionService, NEPService.LogSessionService.ILogSessionService logSessionService, NEPService.CommonService.ICommonService commonService, NEPService.ClientService.IClientService clientService)
 {
     _userService       = userService;
     _encryptionService = encryptionService;
     _logSessionService = logSessionService;
     _commonService     = commonService;
     _clientService     = clientService;
 }
 public HomeController(NEPService.EducationService.IEducationService educationService, NEPService.CollegeService.ICollegeService collegeService, NEPService.NewsService.INewsService newsService, IEncryption encryptionService, NEPService.ClientService.IClientService clientService)
 {
     _educationService  = educationService;
     _collegeService    = collegeService;
     _newsService       = newsService;
     _encryptionService = encryptionService;
     _clientService     = clientService;
 }
Example #4
0
 public ClientController(NEPService.ClientService.IClientService clientService, IEncryption encryptionService, IEMail mailService, ICommonService commonService)
 {
     _commonService     = commonService;
     _clientService     = clientService;
     _storageService    = new StorageService();
     _encryptionService = encryptionService;
     _mailService       = mailService;
 }
Example #5
0
 public ShippingPaymentController(IShippingPaymentService shippingPaymentService, ICommonService commonService, NEPService.ShoppingEducationService.IShoppingEducationService shoppingeducationService, NEPService.DiscountCouponService.IDiscountCouponService discountCouponService, NEPService.UserService.IUserService userService, IStorage storageService, NEPService.ClientService.IClientService clientService, IEncryption iEncryptionService)
 {
     _shippingPaymentService   = shippingPaymentService;
     _commonService            = commonService;
     _shoppingeducationService = shoppingeducationService;
     _discountCouponService    = discountCouponService;
     _userService        = userService;
     _storageService     = storageService;
     _clientService      = clientService;
     _iEncryptionService = iEncryptionService;
 }
Example #6
0
 public UserSubscriptionController(NEPService.UserService.IUserService userService, IEncryption encryptionService, NEPService.ClientService.IClientService clientService)
 {
     _userService       = userService;
     _encryptionService = encryptionService;
     _clientService     = clientService;
 }
 public AccreditorController(NEPService.EducationService.IEducationService educationService, NEPService.ClientService.IClientService clientService)
 {
     _educationService = educationService;
     _clientService    = clientService;
 }
 public AboutUsController(NEPService.AboutUsService.IAboutUsService aboutusService, NEPService.ClientService.IClientService clientService)
 {
     _aboutusService = aboutusService;
     _clientService  = clientService;
 }
 public CertificationController(NEPService.NewsService.INewsService newsService, NEPService.ClientService.IClientService clientService)
 {
     _NewsService   = newsService;
     _clientService = clientService;
 }
Example #10
0
 //
 // GET: /College/
 public CollegeController(NEPService.CollegeService.ICollegeService collegeService, IStorage storageService, NEPService.ClientService.IClientService clientService)
 {
     _CollegeService = collegeService;
     _storageService = storageService;
     _clientService  = clientService;
 }
Example #11
0
 public AccreditationController(NEPService.NewsService.INewsService newsService, NEPService.ClientService.IClientService clientService)
 {
     _NewsService   = newsService;
     _clientService = clientService;
 }
Example #12
0
 public NewsController(NEPService.NewsService.INewsService newsService, IStorage storageService, NEPService.ClientService.IClientService clientService)
 {
     _NewsService    = newsService;
     _storageService = storageService;
     _clientService  = clientService;
 }
 public ProfessionController(NEPService.EducationService.IEducationService eductionService, NEPService.ClientService.IClientService clientService)
 {
     _educationService = eductionService;
     _clientService    = clientService;
 }
Example #14
0
 public EducationFormatController(NEPService.EducationService.IEducationService educationService, NEPService.ClientService.IClientService clientService)
 {
     _educationService = educationService;
     _clientService    = clientService;
 }
Example #15
0
 public OrganizationController(NEPService.ClientService.IClientService clientService, IEncryption encryptionService)
 {
     _clientService     = clientService;
     _storageService    = new StorageService();
     _encryptionService = encryptionService;
 }
Example #16
0
 public EventController(NEPService.NewsService.INewsService newsService, NEPService.ClientService.IClientService clientService)
 {
     _NewsService   = newsService;
     _clientService = clientService;
 }
 public TrainingAndSeminarController(NEPService.NewsService.INewsService newsService, NEPService.ClientService.IClientService clientService)
 {
     _NewsService   = newsService;
     _clientService = clientService;
 }
Example #18
0
 public CarouselSetUpController(NEPService.NewsService.INewsService carouselNewsService, NEPService.ClientService.IClientService clientService)
 {
     _carouselNewsService = carouselNewsService;
     _clientService       = clientService;
 }