C# Class FilmService.Customer

显示文件 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Customer ( string name, Statement statementGenerator ) : System.Collections.Generic
RequestAndSetDataStore ( ) : void

Method Details

Customer() public method

public Customer ( string name, Statement statementGenerator ) : System.Collections.Generic
name string
statementGenerator FilmService.KindsOfStatements.Statement
return System.Collections.Generic

RequestAndSetDataStore() public method

public RequestAndSetDataStore ( ) : void
return void