public SellOfferRepostory(GieldaL2Context context) { _context = context; }
public StockRepository(GieldaL2Context context) { _context = context; }
/// <summary> /// Initializes a new instance of the <see cref="UserRepository"/> class. /// </summary> /// <param name="context">Entity Framework context.</param> public UserRepository(GieldaL2Context context) { _context = context; }
public ShareRepository(GieldaL2Context context) { this.context = context; }
public BuyOfferRepository(GieldaL2Context context) { _context = context; }
public TransactionRepository(GieldaL2Context context) { _context = context; }