Exemplo n.º 1
0
        public static ComboInfo ComboInfo_SelectById(int Id)
        {
            IVideosService channel = Entity.CreateChannel <IVideosService>(SiteEnum.SiteService.VideoService);
            var            result  = channel.ComboInfo_SelectById(Id);

            (channel as IDisposable).Dispose();
            return(result);
        }