Beispiel #1
0
 public Author Get(int id)
 {
     return(_Authors.ReadOne(id));
 }