Beispiel #1
0
 public Show GetById(int id)
 {
     return(_repository.GetByIdJoined(id));
 }