namespace DealerSelection.WebApi.Models; public class CustomerDealerInfoRequest { public string BuCode { get; set; } public string BuSubType { get; set; } public string MobileNumber { get; set; } public string DealerName { get; set; } public string DealerCode { get; set; } public string PinCode { get; set; } public string Latitude { get; set; } public string Longitude { get; set; } }