using System.Collections.Generic; namespace AsbCloudApp.Data { public class StatWellDto : WellDto { public IEnumerable Sections { get; set; } public StatOperationDto Total { get; set; } public IEnumerable Companies { get; set; } } }