using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataVApi.Order.Dto { public class LocSaleDto { public string City { get; set; } public int Count { get; set; } } }