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