2022-08-22 09:10:19 -07:00

6 lines
81 B
C#

namespace View_by_Distance.Shared.Models.Properties;
public interface IPath
{
}