Exemple #1
0
        public List <M_Anio> GetAnios()
        {
            ServicioGestionCampania.Ges_CampaniaServiceClient client = new ServicioGestionCampania.Ges_CampaniaServiceClient("BasicHttpBinding_IGes_CampaniaService");

            string responseJSON = client.Listar_Anios();

            Anio_Response response = HelperJson.Deserialize <Anio_Response>(responseJSON);

            return(response.Anios);
        }