示例#1
0
 public LoginService()
 {
     dbContext = new ContactDbContext();
 }
 public ContactServices()
 {
     dbContext = new ContactDbContext();
 }