Beispiel #1
0
 public bool suaSach(DTO_SACH book)
 {
     return(dalsach.suaSach(book));
 }
Beispiel #2
0
 public bool suaSach(ET_Sach et_Sach)
 {
     return(dal_Sach.suaSach(et_Sach));
 }