10 lines
198 B
C#
10 lines
198 B
C#
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
|
|
|
internal abstract class PersonComment
|
|
{
|
|
|
|
internal static string GetDefaultValue() => string.Empty; // <{1}>PluralValue
|
|
|
|
// ...
|
|
|
|
} |