Пример #1
0
        public Listar_Combo_UPTable_Unacem_Response Listar_Combo_UPTable_Unacem(Listar_Combo_UPTable_Unacem_Request oListar_Combo_UPTable_Unacem_Request)
        {
            ServicioGestionCampania.Ges_CampaniaServiceClient oGes_CampaniaServiceClient = new ServicioGestionCampania.Ges_CampaniaServiceClient("BasicHttpBinding_IGes_CampaniaService");
            string request;
            string dataJson;

            request = Lucky.CFG.JavaMovil.HelperJson.Serialize <Listar_Combo_UPTable_Unacem_Request>(oListar_Combo_UPTable_Unacem_Request);

            dataJson = oGes_CampaniaServiceClient.Listar_Combo_UPTable_Unacem(request);

            oGes_CampaniaServiceClient.Close();

            Listar_Combo_UPTable_Unacem_Response response = Lucky.CFG.JavaMovil.HelperJson.Deserialize <Listar_Combo_UPTable_Unacem_Response>(dataJson);

            return(response);
        }