Esempio n. 1
0
 public DataTable getReportByMonth(int month)
 {
     try
     {
         return(billDAL.reportByMonth(month));
     }
     catch (Exception)
     {
         return(null);
     }
 }