Exemple #1
0
        public Posts GetDeitals(int id)
        {
            Posts posts = new Posts();

            posts.Id = id;
            return(postsDAo.GetDeitals(posts));
        }