Exemple #1
0
 public IEnumerable <string> GetBookAuthor()
 {
     return(_bookDal.GetBookAuthor());
 }