10 lines
251 B
C#
10 lines
251 B
C#
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
|
|
|
internal abstract class MetadataFileCollection
|
|
{
|
|
|
|
internal static Dictionary<string, List<KeyValuePair<string, string>>> GetDefaultValue() => new(); // {{1}}SingletonValue
|
|
|
|
// ...
|
|
|
|
} |