public InterestedRepository(EAuctionContext context) : base(context)
 {
 }
 public BaseRepository(EAuctionContext context)
 {
     _context = context;
 }
示例#3
0
 public AuctionRepository(EAuctionContext context) : base(context)
 {
 }