This commit is contained in:
2020-04-30 19:47:14 +00:00
parent d35653a851
commit 44bb6aa843
2 changed files with 136 additions and 43 deletions

View File

@@ -377,6 +377,13 @@ namespace AyaNova.PlugIn.V8
}
return hash;
}
public class NameIdItem
{
public long Id { get; set; }
public string Name { get; set; }
}
#endregion
}//eoc