Exemple #1
0
 public string InsertarFoto(int num, byte[] archivo)
 {
     WSNegocio.SRBaseDatos.InsertarFotoRequest inValue = new WSNegocio.SRBaseDatos.InsertarFotoRequest();
     inValue.Body         = new WSNegocio.SRBaseDatos.InsertarFotoRequestBody();
     inValue.Body.num     = num;
     inValue.Body.archivo = archivo;
     WSNegocio.SRBaseDatos.InsertarFotoResponse retVal = ((WSNegocio.SRBaseDatos.BaseDatosSoap)(this)).InsertarFoto(inValue);
     return(retVal.Body.InsertarFotoResult);
 }
Exemple #2
0
 WSNegocio.SRBaseDatos.InsertarFotoResponse WSNegocio.SRBaseDatos.BaseDatosSoap.InsertarFoto(WSNegocio.SRBaseDatos.InsertarFotoRequest request)
 {
     return(base.Channel.InsertarFoto(request));
 }