Example #1
0
 public Author GetById(int id)
 {
     return(_authorDal.GetById(id));
 }