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

namespace MapsModels.ViewModels
{
    public class ListBusStopVm
    {
        public List<BusStopListDsM> busStopListDsM { get; set; }
    }
}