コード例 #1
0
 public BlogPost Get(Guid uniqueId)
 {
     return(_blogPostsService.Get(uniqueId));
 }