コード例 #1
0
 public CompanyRepository()
 {
     _db = new InvestorContext();
 }
コード例 #2
0
 public InvestmentRepository()
 {
     _db = new InvestorContext();
 }
コード例 #3
0
 public AuthenticationRepository()
 {
     _repository = new InvestorContext();
 }