public Dictionary <string, object> Selecionar(int id) { oUnidadeGestoraGestor = new UnidadeGestoraGestor(id, oDao); return(ClassFunctions.GetProperties(oUnidadeGestoraGestor)); }
public void PrepararInclusao() { oUnidadeGestoraGestor = new UnidadeGestoraGestor(oDao); }