Initial Commit
This commit is contained in:
11
Adaptation/Shared/Properties/IDescription.cs
Normal file
11
Adaptation/Shared/Properties/IDescription.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Adaptation.Shared.Properties;
|
||||
|
||||
public interface IDescription
|
||||
{
|
||||
|
||||
int Test { get; }
|
||||
int Count { get; }
|
||||
int Index { get; }
|
||||
string RDS { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user