C# Class Extended_Movie.Models.Cinema

ファイルを表示 Open project: LeagueOfDevelopers/Movie-Extended

Public Methods

Method Description
Cinema ( System.Guid id, string name, string address, System.Guid companyId ) : System

Protected Methods

Method Description
Cinema ( ) : System

Method Details

Cinema() protected method

protected Cinema ( ) : System
return System

Cinema() public method

public Cinema ( System.Guid id, string name, string address, System.Guid companyId ) : System
id System.Guid
name string
address string
companyId System.Guid
return System