Beispiel #1
0
 public mem_train_recordController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public mem_educationController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public mem_site_visitController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public initialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public HomeController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ini_countryController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public mem_worklistController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public mem_socialController(PalangPanyaDBContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public membersController(PalangPanyaDBContext context, IConfiguration configuration, IHostingEnvironment env)
 {
     _context = context;
     _configuration = configuration;
     _env = env;
 }
Beispiel #10
0
 public mem_healthController(PalangPanyaDBContext context)
 {
     _context = context;
 }