示例#1
0
 public PostTag GetPostTag(int id)
 {
     return(_postTag.GetAsync(id).Result);
 }