Пример #1
0
 public RevokeTokenRepository()
 {
     _apiTestContext = new API_TESTContext();
 }
 public RefreshTokenRepository(IMapper mapper)
 {
     _mapper         = mapper;
     _apiTestContext = new API_TESTContext();
 }
Пример #3
0
 public EmployeeRepository(IMapper mapper)
 {
     _mapper         = mapper;
     _apiTestContext = new API_TESTContext();
 }
Пример #4
0
 public UserLoginRepository(IMapper mapper /*, API_TESTContext apiTestContext*/)
 {
     _mapper = mapper;
     //_apiTestContext = apiTestContext;
     _apiTestContext = new API_TESTContext();
 }