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