示例#1
0
 public AccountRepository(AccountBalanceContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }