Example #1
0
 public DataTable listAllBorrows()
 {
     return(AppUtil.ToDataTable(ml.ListAllBorrows()));
 }