예제 #1
0
파일: Reference.cs 프로젝트: jerem/afis
 public System.Threading.Tasks.Task <AFIS360WebApp.AuditLogServiceRef.Status> updateAuditLogAsync(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLogAsync(webUser, webActivityLog));
 }
예제 #2
0
파일: Reference.cs 프로젝트: jerem/afis
 public AFIS360WebApp.AuditLogServiceRef.Status updateAuditLog(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLog(webUser, webActivityLog));
 }