public RevokeTokenRepository() { _apiTestContext = new API_TESTContext(); }
public RefreshTokenRepository(IMapper mapper) { _mapper = mapper; _apiTestContext = new API_TESTContext(); }
public EmployeeRepository(IMapper mapper) { _mapper = mapper; _apiTestContext = new API_TESTContext(); }
public UserLoginRepository(IMapper mapper /*, API_TESTContext apiTestContext*/) { _mapper = mapper; //_apiTestContext = apiTestContext; _apiTestContext = new API_TESTContext(); }