Ejemplo n.º 1
0
 public PostTag GetByID(int id)
 {
     return(_postTagRepository.GetSingleByID(id));
 }