Example #1
0
 public bool GrabarDB(FirmElect.Info.tb_Empresa_Info InfoEmpresa, ref string MensajeErrorOut)
 {
     Efirm.WSEfirm_Empresa.GrabarDBRequest inValue = new Efirm.WSEfirm_Empresa.GrabarDBRequest();
     inValue.InfoEmpresa     = InfoEmpresa;
     inValue.MensajeErrorOut = MensajeErrorOut;
     Efirm.WSEfirm_Empresa.GrabarDBResponse retVal = ((Efirm.WSEfirm_Empresa.IWs_Empresa)(this)).GrabarDB(inValue);
     MensajeErrorOut = retVal.MensajeErrorOut;
     return(retVal.GrabarDBResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <Efirm.WSEfirm_Empresa.GrabarDBResponse> GrabarDBAsync(Efirm.WSEfirm_Empresa.GrabarDBRequest request)
 {
     return(base.Channel.GrabarDBAsync(request));
 }
Example #3
0
 Efirm.WSEfirm_Empresa.GrabarDBResponse Efirm.WSEfirm_Empresa.IWs_Empresa.GrabarDB(Efirm.WSEfirm_Empresa.GrabarDBRequest request)
 {
     return(base.Channel.GrabarDB(request));
 }