This commit is contained in:
2020-12-15 19:17:28 +00:00
parent dc4b6a1349
commit 1a3bdb36c5
8 changed files with 44 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
namespace AyaNova.PickList
{
internal interface IAyaPickListVariant
{
string GetVariantCriteria(string variant);
}
}