Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
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);
        }
Ejemplo n.º 3
0
        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);
        }