예제 #1
0
        public List <M_Mes> GetMeses()
        {
            ServicioGestionCampania.Ges_CampaniaServiceClient client = new ServicioGestionCampania.Ges_CampaniaServiceClient("BasicHttpBinding_IGes_CampaniaService");

            string responseJSON = client.Listar_Meses();

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

            return(response.Meses);
        }