C# Class SoftUniRestaurant.Models.Tables.OutsideTable

Inheritance: SoftUniRestaurant.Models.Tables.Table
Show file Open project: PhilShishov/Software-University

Public Methods

Method Description
OutsideTable ( int tableNumber, int capacity ) : System

Method Details

OutsideTable() public method

public OutsideTable ( int tableNumber, int capacity ) : System
tableNumber int
capacity int
return System