Пример #1
0
 public CompanyRepository()
 {
     _db = new InvestorContext();
 }
Пример #2
0
 public InvestmentRepository()
 {
     _db = new InvestorContext();
 }
Пример #3
0
 public AuthenticationRepository()
 {
     _repository = new InvestorContext();
 }