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