Beispiel #1
0
 public AdminService()
 {
     DBContext = new TrComDBContext();
 }
 public UserService()
 {
     DBContext = new TrComDBContext();
 }