예제 #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)
 {
 }