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