Exemplo n.º 1
0
 public SellOfferRepostory(GieldaL2Context context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public StockRepository(GieldaL2Context context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 /// <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;
 }
Exemplo n.º 4
0
 public ShareRepository(GieldaL2Context context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public BuyOfferRepository(GieldaL2Context context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public TransactionRepository(GieldaL2Context context)
 {
     _context = context;
 }