コード例 #1
0
 public IEnumerable <UserBost> BlogDataByUserId(string id)
 {
     return(_blogPostService.GetBlogDataByUser(id));
 }