protected override object InvokeImplement <T>(T oChannel) { IContext context = ContextManager.Context; ICreateAfterCallWSLogSV channel = oChannel as ICreateAfterCallWSLogSV; if (channel != null) { UFSoft.UBF.Service.ISVContext isvContext = GetISVContext(context); return(channel.Do(isvContext, wSLogDTO)); } return((System.Int64) 0); }
protected override object InvokeImplement <T>(T oChannel) { IContext context = ContextManager.Context; ICleanWSTokenSV channel = oChannel as ICleanWSTokenSV; if (channel != null) { UFSoft.UBF.Service.ISVContext isvContext = GetISVContext(context); channel.Do(isvContext); } return(null); }
protected override object InvokeImplement <T>(T oChannel) { IContext context = ContextManager.Context; ISaveWSTokenSV channel = oChannel as ISaveWSTokenSV; if (channel != null) { UFSoft.UBF.Service.ISVContext isvContext = GetISVContext(context); return(channel.Do(isvContext, wSTokenDTO)); } return(false); }