C# Class TheAirline.Models.Airlines.StartDataRoute

Show file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
StartDataRoute ( string destination1, string destination2, int opened, int closed, Route routetype ) : System.Collections.Generic

Method Details

StartDataRoute() public method

public StartDataRoute ( string destination1, string destination2, int opened, int closed, Route routetype ) : System.Collections.Generic
destination1 string
destination2 string
opened int
closed int
routetype TheAirline.Models.Routes.Route
return System.Collections.Generic