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