public CustomerController()
 {
     _authen = new AuthenticationDetails();
 }
Exemple #2
0
 public AdministratorFacadeController()
 {
     _authen = new AuthenticationDetails();
 }
 public CompanyFacadeController()
 {
     _authen = new AuthenticationDetails();
 }