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