Beispiel #1
0
 //METODOS BUSCAS
 public Unidade BuscarId(int id)
 {
     return(daoUnidade.BuscarId(id));
 }