This commit is contained in:
2018-08-28 17:34:54 +00:00
parent db73345bca
commit 9f72d08c00
2 changed files with 30 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ namespace AyaNova.Api.Controllers
{
//DateTime, ObjectType, ObjectId, Event, Textra
public DateTime Date { get; set; }
public AyaType Type { get; set; }
public AyaType ObjectType { get; set; }
public long ObjectId { get; set; }
public AyaEvent Event { get; set; }
public string Textra { get; set; }