Example #1
0
 public List <AuthorDetail> GetAuthorDetails(Expression <Func <Author, bool> > filter = null)
 {
     return(_authorDal.GetAuthorDetails(filter));
 }