Skip to content

Instantly share code, notes, and snippets.

public Elemento getEjercicioDeserializado(byte[] b, string t)
{
System.Diagnostics.Stopwatch sw = new System.Diagnostics.Stopwatch();
sw.Restart();
t = "WcfService1." + t;
ejercicioDeserializado ejercicio1 = new ejercicioDeserializado();
EjecutivaEjercicios functionReturnValue = new EjecutivaEjercicios();
functionReturnValue = null;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Xml.Serialization;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;