示例#1
0
 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();
 }
示例#4
0
 public UserLoginRepository(IMapper mapper /*, API_TESTContext apiTestContext*/)
 {
     _mapper = mapper;
     //_apiTestContext = apiTestContext;
     _apiTestContext = new API_TESTContext();
 }