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