Re-write
This commit is contained in:
13
Shared/Models/Properties/IClosest.cs
Normal file
13
Shared/Models/Properties/IClosest.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IClosest
|
||||
{
|
||||
|
||||
public double? Average { get; }
|
||||
public int? NormalizedPixelPercentage { get; }
|
||||
public bool? IsWrongYear { get; }
|
||||
public double? Minimum { get; }
|
||||
public DateTime MinimumDateTime { get; }
|
||||
public PersonBirthday? PersonBirthday { get; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user