Ejemplo n.º 1
0
 public CompanyRepository()
 {
     _db = new InvestorContext();
 }
Ejemplo n.º 2
0
 public InvestmentRepository()
 {
     _db = new InvestorContext();
 }
Ejemplo n.º 3
0
 public AuthenticationRepository()
 {
     _repository = new InvestorContext();
 }