public UserController(IUser_Service userService, IRole_Service role_Service, IEducationLevel_Service educationLevel_Service) { _userService = userService; _roleService = role_Service; _educationLevelService = educationLevel_Service; }
public RoleController(IRole_Service role_Service, IMapper mapper) { this.role_Service = role_Service; this.mapper = mapper; }