public DataSeeder(KitchenContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }
public UserRepo(KitchenContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }