C# 클래스 TheAirline.Models.Airlines.StartDataRoutes

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

공개 메소드들

메소드 설명
AddCountry ( Country country ) : void
StartDataRoutes ( string origin, int destinations, GeneralHelpers minimumsize, Route routetype ) : System.Collections.Generic

메소드 상세

AddCountry() 공개 메소드

public AddCountry ( Country country ) : void
country TheAirline.Models.General.Countries.Country
리턴 void

StartDataRoutes() 공개 메소드

public StartDataRoutes ( string origin, int destinations, GeneralHelpers minimumsize, Route routetype ) : System.Collections.Generic
origin string
destinations int
minimumsize GeneralHelpers
routetype TheAirline.Models.Routes.Route
리턴 System.Collections.Generic