Beispiel #1
0
    /// <summary>
    /// Return a static list of all U.S. states
    /// </summary>
    /// <returns></returns>
    public IEnumerable <State> ListOfStates()
    {
        var states = ServiceHelpers.CreateStateList();

        return(states.ToList());
    }