2022-02-18 16:43:19 -07:00

10 lines
144 B
C#

namespace Adaptation.Shared.Properties;
public interface IDescription
{
int Test { get; }
int Count { get; }
int Index { get; }
}