コード例 #1
0
 public CustomerRepository(CustomerContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }