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