Esempio n. 1
0
 public NidServices()
 {
     _context = new MarriageRegistrarDbContext();
 }
 public InvestigationServices()
 {
     context = new MarriageRegistrarDbContext();
 }
Esempio n. 3
0
 public MarriageServices()
 {
     context = new MarriageRegistrarDbContext();
 }
Esempio n. 4
0
 public AuthenticationController()
 {
     context = new MarriageRegistrarDbContext();
 }