Ejemplo n.º 1
0
 public static DataTable ATCC_MonthlyTransactionalReport(string atcc_id, string atcc_class, string month)
 {
     return(ReportDAL.ATCC_MonthlyTransactionalReport(atcc_id, atcc_class, month));
 }