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