Example #1
0
 public DataTable getReportByDate(int day, int month, int year)
 {
     return(billDAL.reportByDate(day, month, year));
 }