예제 #1
0
 public UserLoginAdapter(IConfiguration config, EasyWatchContext dbContext, IMapper mapper) : base(dbContext, mapper)
 {
 }
예제 #2
0
 public BaseAdapter(EasyWatchContext dbContext, IMapper mapper)//, IDistributedCache cache =null)
 {
     DbContext = dbContext;
     Mapper    = mapper;
 }