Exemplo n.º 1
0
 public AccountService(AccountContext accountContext)
 {
     this.accountContext = accountContext;
 }
Exemplo n.º 2
0
 public AccountRepository(AccountContext context)
 {
     this.context = context;
 }