示例#1
0
 public CreatorRepository(OwlbearContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }
示例#2
0
 public BaseRepository(OwlbearContext context)
 {
     Context = context;
 }
示例#3
0
 public CreatorRecordRepository(OwlbearContext context) : base(context)
 {
 }