public TOTransaction <List <sfconec> > Get(int emp_codi, string con_tipo, double optVal = 0) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoConceptos(emp_codi, con_tipo)); }
public TOTransaction <List <SfFovisInfo> > Get(int emp_codi, int optVal = 0) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoModalidad(emp_codi)); }
public TOTransaction <List <SfPostu> > Get(int emp_codi, int afi_cont, bool optVal = false, bool optVal2 = true) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoIdPerca(emp_codi, afi_cont)); }
public TOTransaction <InfoAportante> Get(int emp_codi, int afi_trab, string afi_docu, bool optVal = false, bool optVal2 = false) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoOtrosM(emp_codi, afi_trab, afi_docu)); }
public TOTransaction <SfPostu> Get(int emp_codi, string afi_docu, bool optVal = true, bool optVal2 = true) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoIdPostulante(emp_codi, afi_docu)); }
public TOTransaction <InfoAportante> Get(int emp_codi, int afi_cont, bool optVal = false, string optValud = "") { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoConyuge(emp_codi, afi_cont)); }
public TOTransaction <sfforpo> Get(int emp_codi, int afi_cont, int optVal = 0, int optVal2 = 0) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetValidInfoPostulante(emp_codi, afi_cont)); }
public TOTransaction <InfoDfoih> Get(int emp_codi, int mod_cont, double for_sala) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoIngresos(emp_codi, mod_cont, for_sala)); }
public TOTransaction <List <SfRadic> > Get(int emp_codi, int optVal = 0, int optVal2 = 0) { BOSfForpo bo = new BOSfForpo(); emp_codi = new tools.General().GetEmpCodi(emp_codi); return(bo.GetInfoRadicado(emp_codi)); }
public TOTransaction <List <GnItems> > Get(int tit_cont, bool opt_val1 = false) { BOSfForpo bo = new BOSfForpo(); return(bo.GetGnItems(tit_cont)); }
public TOTransaction <Sfparam> Get(int emp_codi, string val = "", bool val2 = false) { BOSfForpo bo = new BOSfForpo(); return(bo.GetSfParam(emp_codi)); }
public TOTransaction <List <GnItems> > Get() { BOSfForpo bo = new BOSfForpo(); return(bo.GetGnItems(487)); }
public TOTransaction <SfFovis> Get(int emp_codi, int afi_cont, string optval = "") { BOSfForpo bo = new BOSfForpo(); return(bo.GetInfoPostulante(emp_codi, afi_cont)); }
public TOTransaction <SfFovis> Get(int emp_codi, int afi_cont, int for_cont, bool val = false) { BOSfForpo bo = new BOSfForpo(); return(bo.GetInfoForpo(emp_codi, for_cont, afi_cont)); }
public TOTransaction <List <PoPvdor> > Get(int emp_codi, string val2 = "") { BOSfForpo bo = new BOSfForpo(); return(bo.GetPoPvdor(emp_codi)); }
public TOTransaction <string> Get(bool val = false) { BOSfForpo bo = new BOSfForpo(); return(bo.GetNomenclatura()); }
public TOTransaction <List <GnTipdo> > Get(int emp_codi, string val = "", string val2 = "") { BOSfForpo bo = new BOSfForpo(); return(bo.GetTipDocumento(emp_codi)); }
public TOTransaction <string> printCertificado(sfprint forpoPrint) { BOSfForpo bo = new BOSfForpo(); return(bo.printReport(forpoPrint)); }
public TOTransaction <string> Get(int emp_codi, bool val = false, bool val2 = false) { BOSfForpo bo = new BOSfForpo(); return(bo.GetTratamiento(emp_codi)); }