コード例 #1
0
 public DataSeed(FeederContext context)
 {
     _context = context;
 }
コード例 #2
0
 public CollectionRepository(FeederContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
コード例 #3
0
ファイル: FeedRepository.cs プロジェクト: Bc0ne/Feeder
 public FeedRepository(FeederContext context)
 {
     _context = context;
 }