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