コード例 #1
0
ファイル: PostsController.cs プロジェクト: yunusaslanhan/CMS
 public IEnumerable <PostDto> GetMainPagePost(int id)
 {
     return(_postServices.GetMainPagePostList(id));
 }