Ejemplo n.º 1
0
 public string GetName(int id)
 {
     return(productCategoryDAL.GetName(id));
 }