2022-05-08 12:28:50 -07:00

8 lines
131 B
C#

namespace View_by_Distance.Shared.Models.Properties;
public interface IPersonComment
{
public string Value { get; }
} // ...