コード例 #1
0
 public CustomerController()
 {
     _authen = new AuthenticationDetails();
 }
コード例 #2
0
 public AdministratorFacadeController()
 {
     _authen = new AuthenticationDetails();
 }
コード例 #3
0
 public CompanyFacadeController()
 {
     _authen = new AuthenticationDetails();
 }