コード例 #1
0
 public ItemRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
コード例 #2
0
 public LoanHistoryRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
コード例 #3
0
ファイル: QualitySeeder.cs プロジェクト: SenseyxX/_Projekty
 public QualitySeeder(MagContext magContext)
 {
     this._magContext = magContext;
 }
コード例 #4
0
 public MagazinesController(MagContext context)
 {
     _context = context;
 }
コード例 #5
0
 public SquadRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
コード例 #6
0
ファイル: ItemRepository.cs プロジェクト: SenseyxX/MeetupAPI
 public ItemRepository(MagContext context)
 {
     _context = context;
 }
コード例 #7
0
 public QualityRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
コード例 #8
0
 public CategoryRepository(MagContext magContext)
 {
     _magContext = magContext;
 }
コード例 #9
0
 public UserRepository(MagContext magContext)
 {
     _magContext = magContext;
 }