Пример #1
0
 public string GetProductName(int productId)
 {
     return(Product_DL.GetProductName(productId));
 }