public PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRs GetPrototipos(PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRq GetPrototiposRq)
 {
     PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRequest inValue = new PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRequest();
     inValue.GetPrototiposRq = GetPrototiposRq;
     PluginInsViviendas_UNO.soaPrototipos.GetPrototiposResponse retVal = ((PluginInsViviendas_UNO.soaPrototipos.CatPrototiposPortType)(this)).GetPrototipos(inValue);
     return(retVal.GetPrototiposRs);
 }
 public GetPrototiposRequest(PluginInsViviendas_UNO.soaPrototipos.GetPrototiposRq GetPrototiposRq)
 {
     this.GetPrototiposRq = GetPrototiposRq;
 }