コード例 #1
0
ファイル: PostTagService.cs プロジェクト: lxr1229/MyBlog
 public List <PostTag> GetPostTagList()
 {
     return(_postTag.GetList().Result);
 }