コード例 #1
0
 public CreatorRepository(OwlbearContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }
コード例 #2
0
ファイル: BaseRepository.cs プロジェクト: jdkramhoft/Owlbear
 public BaseRepository(OwlbearContext context)
 {
     Context = context;
 }
コード例 #3
0
 public CreatorRecordRepository(OwlbearContext context) : base(context)
 {
 }