This commit is contained in:
2020-04-10 19:48:35 +00:00
parent 34708e7e2e
commit a868018ecf
3 changed files with 34 additions and 17 deletions

View File

@@ -133,6 +133,7 @@ namespace AyaNova.Api.Controllers
//DateTime, UserId, Event, Textra
public DateTime Date { get; set; }
public long UserId { get; set; }
public string Name { get; set; }
public AyaEvent Event { get; set; }
public string Textra { get; set; }
}
@@ -143,6 +144,7 @@ namespace AyaNova.Api.Controllers
public DateTime Date { get; set; }
public AyaType ObjectType { get; set; }
public long ObjectId { get; set; }
public string Name { get; set; }
public AyaEvent Event { get; set; }
public string Textra { get; set; }
}