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; }
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>(); }
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; }
public registersController(PalangPanyaDBContext context, IEmailSender emailSender) { _context = context; _emailSender = emailSender; }
public mem_worklistController(PalangPanyaDBContext context) { _context = context; }
public ini_configController(PalangPanyaDBContext context) { _context = context; }
public project_supporterController(PalangPanyaDBContext context) { _context = context; }
public project_daily_checklistController(PalangPanyaDBContext context) { _context = context; }
public mem_testcenterController(PalangPanyaDBContext context) { _context = context; }
public instructorsController(PalangPanyaDBContext context) { _context = context; }
public HomeController(PalangPanyaDBContext context) { _context = context; }
public mem_productController(PalangPanyaDBContext context) { _context = context; }
public mem_site_visitController(PalangPanyaDBContext context) { _context = context; }
public mem_educationController(PalangPanyaDBContext context) { _context = context; }
public course_typeController(PalangPanyaDBContext context) { _context = context; }
public membersController(PalangPanyaDBContext context, IConfiguration configuration, IHostingEnvironment env) { _context = context; _configuration = configuration; _env = env; }
public mem_socialController(PalangPanyaDBContext context) { _context = context; }
public course_train_placeController(PalangPanyaDBContext context) { _context = context; }
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; }
public course_groupController(PalangPanyaDBContext context) { _context = context; }