예제 #1
0
 public ProductTag GetByID(int id)
 {
     return(_productTagRepository.GetSingleByID(id));
 }