コード例 #1
0
 public BuyerRepository(EmartContext context)
 {
     _context = context;
 }
 public AccountRepository(EmartContext context)
 {
     _context = context;
 }
コード例 #3
0
 public SellerRepository(EmartContext context)
 {
     _context = context;
 }
コード例 #4
0
 public Itemrepo(EmartContext context)
 {
     _context = context;
 }
コード例 #5
0
 public AdminRepository(EmartContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ItemRepository(EmartContext context)
 {
     _context = context;
 }
コード例 #7
0
 public UserRep(EmartContext context)
 {
     _context = context;
 }
コード例 #8
0
 public Adminrepo(EmartContext context)
 {
     _context = context;
 }
コード例 #9
0
 public SellerRepo(EmartContext context)
 {
     _context = context;
 }
コード例 #10
0
 public BuyerRepo(EmartContext context)
 {
     _context = context;
 }