コード例 #1
0
ファイル: StubAuditUtil.cs プロジェクト: rotovibe/engage
 public void LogDataAudit(string userId, string collectionName, List <string> entityIds, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: StubAuditUtil.cs プロジェクト: rotovibe/engage
 public void LogDataAuditNoThread(string userId, string collectionName, string entityId, string entityKeyField, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: StubAuditUtil.cs プロジェクト: rotovibe/engage
 public Phytel.API.DataAudit.DataAudit GetDataAuditLog(string userId, string collectionName, string entityId, string entityKeyField, Common.DataAuditType auditType, string contractNumber)
 {
     throw new NotImplementedException();
 }