ListBusStopVm.cs 204 Bytes
using System.Collections.Generic;
using MapsModels.DsModels;

namespace MapsModels.ViewModels
{
    public class ListBusStopVm
    {
        public List<BusStopListDs> busStopListDs { get; set; }
    }
}