Example #1
0
 public List <Author> List(string search = null)
 {
     return(_authorDao.List(search));
 }