public ItemRepository(EMartDBContext db)
 {
     this.db = db;
 }
コード例 #2
0
 public AccountRepository(EMartDBContext context)
 {
     _context = context;
 }
コード例 #3
0
 public AdminRepository(EMartDBContext context)
 {
     _context = context;
 }
 public TranscationRepository(EMartDBContext db)
 {
     this.db = db;
 }
コード例 #5
0
 public SellerRepository(EMartDBContext context)
 {
     _context = context;
 }
コード例 #6
0
 public BuyerRepository(EMartDBContext db)
 {
     this.db = db;
 }
コード例 #7
0
 public ItemRepository(EMartDBContext context)
 {
     _context = context;
 }
コード例 #8
0
 public BuyerRepository(EMartDBContext context)
 {
     _context = context;
 }
コード例 #9
0
 public AdminRepository(EMartDBContext db)
 {
     this.db = db;
 }
コード例 #10
0
 public AccountRepository(EMartDBContext db)
 {
     this.db = db;
 }