This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user