Ejemplo n.º 1
0
 public CategorySM GetCategoryById(int tempId)
 {
     return(Map(categoryData.GetCategoryById(tempId)));
 }