Esempio n. 1
0
 public IFlowServiceBase(EInvCenterContext ECContext)
 {
     this._DBContext = ECContext;
 }
Esempio n. 2
0
 public Make()
 {
     this.InitializeComponent();
     this._Context = new EInvCenterContext();
 }