예제 #1
0
 public AccountController(PalangPanyaDBContext context, IEmailSender emailSender, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _emailSender   = emailSender;
     _configuration = configuration;
     _env           = env;
 }
예제 #2
0
 public HomeController(PalangPanyaDBContext context, SecurityDBContext scontext, IEmailSender emailSender, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _scontext      = scontext;
     _emailSender   = emailSender;
     _configuration = configuration;
     _env           = env;
 }
예제 #3
0
 public SecurityController(PalangPanyaDBContext context, SecurityDBContext scontext, IEmailSender emailSender, IConfiguration configuration, IHostingEnvironment env, ILoggerFactory loggerFactory)
 {
     _context       = context;
     _scontext      = scontext;
     _emailSender   = emailSender;
     _configuration = configuration;
     _env           = env;
     _logger        = loggerFactory.CreateLogger <SecurityController>();
 }
예제 #4
0
 public project_courseController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public ini_districtController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public SecurityRolesController(PalangPanyaDBContext context, SecurityDBContext scontext)
 {
     _context  = context;
     _scontext = scontext;
 }
예제 #7
0
 public mem_rewardController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_train_recordController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #9
0
 public registersController(PalangPanyaDBContext context, IEmailSender emailSender)
 {
     _context     = context;
     _emailSender = emailSender;
 }
예제 #10
0
 public mem_worklistController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public ini_configController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #12
0
 public project_supporterController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #13
0
 public project_daily_checklistController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_testcenterController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #15
0
 public instructorsController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #16
0
 public HomeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #17
0
 public mem_productController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_site_visitController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #19
0
 public mem_educationController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #20
0
 public course_typeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #21
0
 public membersController(PalangPanyaDBContext context, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _configuration = configuration;
     _env           = env;
 }
예제 #22
0
 public mem_socialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #23
0
 public course_train_placeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #24
0
 public pic_imageController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #25
0
 public productsController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #26
0
 public initialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_healthController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #28
0
 public course_instructorController(PalangPanyaDBContext context)
 {
     _context = context;
 }
예제 #29
0
 public SecurityMemberRolesController(SecurityDBContext scontext, PalangPanyaDBContext context)
 {
     _scontext = scontext;
     _context  = context;
 }
예제 #30
0
 public course_groupController(PalangPanyaDBContext context)
 {
     _context = context;
 }