using System.Collections.Generic; using MapsModels.DsModels; namespace MapsModels.ViewModels { public class ListBusStopVm { public List busStopListDsM { get; set; } } }