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