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