Exemple #1
0
 public AccountController(PalangPanyaDBContext context, IEmailSender emailSender, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _emailSender   = emailSender;
     _configuration = configuration;
     _env           = env;
 }
 public HomeController(PalangPanyaDBContext context, SecurityDBContext scontext, IEmailSender emailSender, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _scontext      = scontext;
     _emailSender   = emailSender;
     _configuration = configuration;
     _env           = env;
 }
Exemple #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>();
 }
Exemple #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;
 }
 public mem_rewardController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_train_recordController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #9
0
 public registersController(PalangPanyaDBContext context, IEmailSender emailSender)
 {
     _context     = context;
     _emailSender = emailSender;
 }
Exemple #10
0
 public mem_worklistController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public ini_configController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #12
0
 public project_supporterController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #13
0
 public project_daily_checklistController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_testcenterController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public instructorsController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #16
0
 public HomeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #17
0
 public mem_productController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_site_visitController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_educationController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #20
0
 public course_typeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public membersController(PalangPanyaDBContext context, IConfiguration configuration, IHostingEnvironment env)
 {
     _context       = context;
     _configuration = configuration;
     _env           = env;
 }
Exemple #22
0
 public mem_socialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #23
0
 public course_train_placeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Exemple #24
0
 public pic_imageController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public productsController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public initialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public mem_healthController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public course_instructorController(PalangPanyaDBContext context)
 {
     _context = context;
 }
 public SecurityMemberRolesController(SecurityDBContext scontext, PalangPanyaDBContext context)
 {
     _scontext = scontext;
     _context  = context;
 }
Exemple #30
0
 public course_groupController(PalangPanyaDBContext context)
 {
     _context = context;
 }