TheAirline.Models.Airliners.AirlinerTypes.GetAllTypes C# (CSharp) Method

GetAllTypes() public static method

public static GetAllTypes ( ) : List
return List
        public static List<AirlinerType> GetAllTypes()
        {
            return _types.FindAll(t => t.IsStandardType);
        }