Mike Phares 36d06684f8 ProcessDataStandardFormat over Tuple
MoveMatchingFiles to use ProcessDataStandardFormatMapping
2025-03-28 11:05:10 -07:00

11 lines
168 B
C#

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