Init
This commit is contained in:
12
Shared/Models/Stateless/Methods/IPersonId.cs
Normal file
12
Shared/Models/Stateless/Methods/IPersonId.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
||||
|
||||
public interface IPersonId
|
||||
{
|
||||
|
||||
long TestStatic_GetDefaultValue() => PersonId.GetDefaultValue(); // {{1}}SingletonValue
|
||||
|
||||
static long GetDefaultValue() => PersonId.GetDefaultValue(); // {{1}}SingletonValue
|
||||
|
||||
// ...
|
||||
|
||||
}
|
Reference in New Issue
Block a user