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