コード例 #1
0
 //método para obter 1 professor pelo id
 public Professor ConsultarPorId(int id)
 {
     return(repository.SelectById(id));
 }