public BuyerSearch(Ice.Core.Session _session = null, string userId = null) { InitializeComponent(); epiSession = _session; this.Code = string.Empty; this.UserID = userId; this._repo = new RequisitionRepo(); }
public PRList(EpiTransaction iTrans) : base(iTrans) { InitializeComponent(); this.trans = (Transaction)iTrans; this._repo = new RequisitionRepo(); this._repoAth = new AuthRepo(); this.epiSession = ((Ice.Core.Session)oTransaction.Session); }
public RequisitionController(IRequisition RParam, IBusinessUnits BParam, IEmploymentStatus SParam, IJobtitles jParam, IReportManager RMParam, IEmployees EParam) { RequisitionRepo = RParam; BunitsRepo = BParam; statusRepo = SParam; JobRepo = jParam; managerRepo = RMParam; EmployeeRepo = EParam; }
public Approval(Ice.Core.Session _session = null, ApprovalModel model = null, ReqHeadModel reqHead = null) { InitializeComponent(); epiSession = _session; this.content = model; this.reqHeadModel = reqHead; this._repo = new AuthRepo(); this._repoReq = new RequisitionRepo(); }
public TestMethods(CustomSession _session) { InitializeComponent(); this._sess = new Session(); this._pr = new Ice.CustomUI.PRList.RequisitionRepo(); this._repoAth = new AuthRepo(); this._repoReq = new RequisitionRepo(); this._repoEst = new Erp.Custom.CostManagement.Repositories(); epiSession = _session; content = new ApprovalModel(); }
//private readonly ISession _ress; public RequisitionRepoTests() { this._repo = new RequisitionRepo(); //this._ress = new Session(); }
public ApplicantController(IRequisition requisition, IApplicant applicant, IMasters masters) { _requisition = requisition; _applicant = applicant; _imasters = masters; }
public RequisitionController(IRequisition requisition, IMasters masters) { _requisition = requisition; _imasters = masters; }