コード例 #1
0
 public Hospital ObterHospitalPorId(int id)
 {
     return(_repository.ObterHospitalPorId(id));
 }