예제 #1
0
 public book GetByName(string name)
 {
     return(bookDAL.GetByName(name));
 }