Example #1
0
 public static DataTable FindBillByTable(int IdTable)
 {
     return(Bill_DAO.FindBillByTable(IdTable));
 }