Beispiel #1
0
 public System.Threading.Tasks.Task <AFIS360WebApp.AuditLogServiceRef.Status> updateAuditLogAsync(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLogAsync(webUser, webActivityLog));
 }
Beispiel #2
0
 public AFIS360WebApp.AuditLogServiceRef.Status updateAuditLog(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLog(webUser, webActivityLog));
 }