8 lines
144 B
C#
8 lines
144 B
C#
namespace View_by_Distance.Shared.Models.Properties;
|
|
|
|
public interface IRelativePaths // : IRelativePaths
|
|
{
|
|
|
|
public string Value { get; }
|
|
|
|
} |