Exemple #1
0
 public bool Edit(int id, Bill bill)
 {
     return(dao.Edit(id, bill));
 }