コード例 #1
0
        public void AgregaCategorias(int p_Evento_OID, System.Collections.Generic.IList <int> p_categoriasEventos_OIDs)
        {
            //Call to EventoCAD

            _IEventoCAD.AgregaCategorias(p_Evento_OID, p_categoriasEventos_OIDs);
        }