Beispiel #1
0
 public BaseDao(LilyCmsDbContext context, IMapper mapper)
 {
     Context = context;
     Mapper  = mapper;
 }
Beispiel #2
0
 public UserDao(LilyCmsDbContext context, IMapper mapper) : base(context, mapper)
 {
 }