예제 #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();
 }