public BaseDao(LilyCmsDbContext context, IMapper mapper) { Context = context; Mapper = mapper; }
public UserDao(LilyCmsDbContext context, IMapper mapper) : base(context, mapper) { }