This commit is contained in:
2020-04-09 14:15:48 +00:00
parent 53a857ebcf
commit 2ba9ded8e9
3 changed files with 332 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
using AyaNova.Biz;
namespace AyaNova.Models
{
public class TypeAndIdInfo
{
public long ObjectId { get; set; }
public AyaType ObjectType { get; set; }
}
}