Exemplo n.º 1
0
 public Dictionary <string, object> Selecionar(int id)
 {
     oGrupoFonte = new GrupoFonte(id, oDao);
     return(ClassFunctions.GetProperties(oGrupoFonte));
 }
Exemplo n.º 2
0
 public void PrepararInclusao()
 {
     oGrupoFonte = new GrupoFonte(oDao);
 }