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

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