Ejemplo n.º 1
0
 public CategoryDTO GetById(int id)
 {
     return(ConverterExtension.ToDTO(_categoryProvider.GetById(id)));
 }