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