public CiRptpathgyViewModel(BaseContext baseContext)
 {
     this._Service     = XapServiceMgr.find <ICirptpathgyCrudService>();
     this.ICService    = XapServiceMgr.find <ICiRptPathgyService>();
     this.extService   = XapServiceMgr.find <ICirptExtService>();
     ciDO              = new CiRptPathgyDO();
     ciDO.Dt_rptpathgy = this.NowTime();
     ciDO.Id_emp_rpt   = baseContext.PsnInfo.Id_psndoc;
     ciDO.Rpt_name     = baseContext.PsnInfo.Name;
 }
 public OpRptpathgyViewModel(string id_or)
 {
     this.id_or    = id_or;
     this._Service = XapServiceMgr.find <ICirptpathgyCrudService>();
 }
Exemple #3
0
 public OpippathgyCardModel2(BaseContext ctx)
     : base(ctx)
 {
     this.sevice = XapServiceMgr.find <ICirptpathgyCrudService>();
 }
 public OpippathgyCardModel()
 {
     this.service = XapServiceMgr.find <ICirptpathgyCrudService>();
     qryservice   = XapServiceMgr.find <ICiOrdQryService>();
 }