Exemple #1
0
 public AreaBean ConsultarAreaPorId(int idarea)
 {
     area = areadao.ConsultarAreaPorId(idarea);
     return(area);
 }