示例#1
0
 public List <Report> ValidCategoryWisePayment(DateTime?Start = null, DateTime?End = null)
 {
     try
     {
         List <Report> result = services.CategoryWisePayment(Start, End);
         return(result);
     }
     catch (SqlException)
     {
         throw;
     }
     catch (Exception)
     {
         throw;
     }
 }