Ejemplo n.º 1
0
 public Author GetById(int id)
 {
     return(authors.GetById(id));
 }