Beispiel #1
0
 public DataTable FindBook(SachDTO book)
 {
     return(SachDAO.FindBook(book));
 }