示例#1
0
 public void LogDataAudit(string userId, string collectionName, List <string> entityIds, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void LogDataAuditNoThread(string userId, string collectionName, string entityId, string entityKeyField, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Phytel.API.DataAudit.DataAudit GetDataAuditLog(string userId, string collectionName, string entityId, string entityKeyField, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }