Exemple #1
0
 public byte[] BYTE_IMG(string pathFile) //ดึงภาพจาก servicer
 {
     BLL.PaymentBiz bizPayment = new BLL.PaymentBiz();
     byte[]         Bimg       = bizPayment.Signature_Img(pathFile);
     return(Bimg);
 }