Ejemplo n.º 1
0
 public Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionResultParams CreateSession(Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionParams CreateSessionParams)
 {
     Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionRequest inValue = new Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionRequest();
     inValue.CreateSessionParams = CreateSessionParams;
     Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionResponse retVal = ((Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.ISessionService)(this)).CreateSession(inValue);
     return(retVal.CreateSessionResultParams);
 }
Ejemplo n.º 2
0
 Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionResponse Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.ISessionService.CreateSession(Cdc.SupplyChain.Services.System.MobileAuthentication.DataAccess.SessionService.CreateSessionRequest request)
 {
     return(base.Channel.CreateSession(request));
 }