Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AFIS360WebApp.AuditLogServiceRef.Status> createAuditLogAsync(AFIS360WebApp.AuditLogServiceRef.User webUser)
 {
     return(base.Channel.createAuditLogAsync(webUser));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AFIS360WebApp.AuditLogServiceRef.Status> updateAuditLogAsync(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLogAsync(webUser, webActivityLog));
 }
Exemplo n.º 3
0
 public AFIS360WebApp.AuditLogServiceRef.Status createAuditLog(AFIS360WebApp.AuditLogServiceRef.User webUser)
 {
     return(base.Channel.createAuditLog(webUser));
 }
Exemplo n.º 4
0
 public AFIS360WebApp.AuditLogServiceRef.Status updateAuditLog(AFIS360WebApp.AuditLogServiceRef.User webUser, AFIS360WebApp.AuditLogServiceRef.ActivityLog webActivityLog)
 {
     return(base.Channel.updateAuditLog(webUser, webActivityLog));
 }