using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Txgy.EWS.Client.FocalMechanism.Model { public class BatchOutputResult { public int dipSlipCount { get; set; } public int strikeSlipCount { get; set; } public int tensileCount { get; set; } public int unknownCount { get; set; } } }