Beispiel #1
0
        public Content GetContentById(int Id)
        {
            Content co = DALServices.GetContentById(context, Id);

            return(co);
        }