Esempio n. 1
0
 public ProductInfoModel GetOrderImage(string OrderCode)
 {
     return(orderInfoDal.GetOrderImage(OrderCode));
 }