C# Class PocketCampus.Food.Models.Restaurant

Show file Open project: accandme/pocketcampus

Private Properties

Property Type Description

Public Methods

Method Description
WithMeals ( IEnumerable meals ) : Restaurant

Creates a copy of the restaurant, replacing the meals with the specified ones.

Method Details

WithMeals() public method

Creates a copy of the restaurant, replacing the meals with the specified ones.
public WithMeals ( IEnumerable meals ) : Restaurant
meals IEnumerable
return Restaurant