Exemplo n.º 1
0
 public AccountRepository(AccountBalanceContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }