Exemplo n.º 1
0
        public Source GetStreamingEncoderById(int Id)
        {
            Functions F = new Functions();
            Source X = F.GetSource(Id);

            return X;
        }