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