public CustomerController()
 {
     _authen = new AuthenticationDetails();
 }
Ejemplo n.º 2
0
 public AdministratorFacadeController()
 {
     _authen = new AuthenticationDetails();
 }
 public CompanyFacadeController()
 {
     _authen = new AuthenticationDetails();
 }