示例#1
0
 public Pais BuscarPorId(int id)
 {
     return(dao.FindById(id));
 }