Exemplo n.º 1
0
 public static List <AccountActivityLog> GetAccountLogByObject(string accountId, string storagePartition, string objectId, int maxRecords)
 {
     return(Transformations.TransformAccountLogTableEntitiesToAccountActivityLogs(Internal.GetAccountLogByObject(accountId, storagePartition, objectId, maxRecords)));
 }
Exemplo n.º 2
0
 public static List <AccountActivityLog> GetAccountLogByActivity(string accountId, string storagePartition, ActivityType activityType, int maxRecords)
 {
     return(Transformations.TransformAccountLogTableEntitiesToAccountActivityLogs(Internal.GetAccountLogByActivity(accountId, storagePartition, activityType, maxRecords)));
 }