示例#1
0
 public PostTag GetById(int id)
 {
     return(_postTagRepository.GetSingleById(id));
 }