This commit is contained in:
@@ -46,6 +46,7 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get the event log for a specified object
|
/// Get the event log for a specified object
|
||||||
|
/// Presentation is the client's responsibility (localization internationalization etc)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static async Task<AyaNova.Api.Controllers.EventLogController.ObjectEventLogItem[]> GetLogForObject(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
|
internal static async Task<AyaNova.Api.Controllers.EventLogController.ObjectEventLogItem[]> GetLogForObject(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
|
||||||
{
|
{
|
||||||
@@ -83,6 +84,7 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get the event log for a specified User
|
/// Get the event log for a specified User
|
||||||
|
/// Presentation is the client's responsibility (localization internationalization etc)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static async Task<AyaNova.Api.Controllers.EventLogController.UserEventLogItem[]> GetLogForUser(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
|
internal static async Task<AyaNova.Api.Controllers.EventLogController.UserEventLogItem[]> GetLogForUser(AyaNova.Api.Controllers.EventLogController.EventLogOptions opt, AyContext ct)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user