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