示例#1
0
 public System.Threading.Tasks.Task LogAsync(string companyCode, LogTest.LogSvc.LogType type, int systemId, string userId, string action, string description, System.Xml.Linq.XElement clientInfo, System.Xml.Linq.XElement otherInfo)
 {
     return(base.Channel.LogAsync(companyCode, type, systemId, userId, action, description, clientInfo, otherInfo));
 }
示例#2
0
 public void Log(string companyCode, LogTest.LogSvc.LogType type, int systemId, string userId, string action, string description, System.Xml.Linq.XElement clientInfo, System.Xml.Linq.XElement otherInfo)
 {
     base.Channel.Log(companyCode, type, systemId, userId, action, description, clientInfo, otherInfo);
 }