Exemple #1
0
 public static DataTable GET_Buyer_Remarks(string DocCode)
 {
     return(DAL_PURC_Common.GET_Buyer_Remarks(DocCode));
 }