using System.Collections.Generic; namespace AsbCloudApp.Data { public class ClusterStatDto : ClusterDto { public IEnumerable WellsStat { get; set; } } }