Exemple #1
0
 public EmployeesInRolesController()
 {
     this.employeeInRoleService = new EmployeeInRoleService();
 }
 public AccountController()
 {
     this.authRepo = new OAuthRepository();
     this.employeeInRoleService = new EmployeeInRoleService();
 }