Beispiel #1
0
 public AdminLoginController()
 {
     this._adminloginRepository = new AdminLoginRepository(new ProjectContext());
 }