Exemplo n.º 1
0
 public Professor GetById(int id)
 {
     return(_repository.GetByIdJoined(id));
 }