示例#1
0
 public NidServices()
 {
     _context = new MarriageRegistrarDbContext();
 }
 public InvestigationServices()
 {
     context = new MarriageRegistrarDbContext();
 }
示例#3
0
 public MarriageServices()
 {
     context = new MarriageRegistrarDbContext();
 }
示例#4
0
 public AuthenticationController()
 {
     context = new MarriageRegistrarDbContext();
 }