Exemple #1
0
 public static DataTable Get_Purc_Items(string Reqsn_Code)
 {
     try
     {
         return(DAL_PURC_Common.Get_Purc_Items(Reqsn_Code));
     }
     catch
     {
         throw;
     }
 }