namespace BMA.EHR.Leave.Service.DTOs.POI { public class GetPOIDto { public double Lat { get; set; } = 0; public double Lon { get; set; } = 0; } }