Esempio n. 1
0
 public System.Data.DataTable ListarDatos(string sNombreSP, ref string sMsjError)
 {
     BLL_LetsGO.svc_Cat_Mat.ListarDatosRequest inValue = new BLL_LetsGO.svc_Cat_Mat.ListarDatosRequest();
     inValue.sNombreSP = sNombreSP;
     inValue.sMsjError = sMsjError;
     BLL_LetsGO.svc_Cat_Mat.ListarDatosResponse retVal = ((BLL_LetsGO.svc_Cat_Mat.ILetsGo_Interface)(this)).ListarDatos(inValue);
     sMsjError = retVal.sMsjError;
     return(retVal.ListarDatosResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <BLL_LetsGO.svc_Cat_Mat.ListarDatosResponse> ListarDatosAsync(BLL_LetsGO.svc_Cat_Mat.ListarDatosRequest request)
 {
     return(base.Channel.ListarDatosAsync(request));
 }
Esempio n. 3
0
 BLL_LetsGO.svc_Cat_Mat.ListarDatosResponse BLL_LetsGO.svc_Cat_Mat.ILetsGo_Interface.ListarDatos(BLL_LetsGO.svc_Cat_Mat.ListarDatosRequest request)
 {
     return(base.Channel.ListarDatos(request));
 }