using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using wispro.sp.entity; namespace wispro.sp.share { public class ListApiResponse { public List Results { get; set; } public int TotalCount { get; set; } } }