コード例 #1
0
ファイル: AccountService.cs プロジェクト: evanlarsen/LoanApp
 public AccountService(AccountContext accountContext)
 {
     this.accountContext = accountContext;
 }
コード例 #2
0
 public AccountRepository(AccountContext context)
 {
     this.context = context;
 }