Пример #1
0
 public IFlowServiceBase(EInvCenterContext ECContext)
 {
     this._DBContext = ECContext;
 }
Пример #2
0
 public Make()
 {
     this.InitializeComponent();
     this._Context = new EInvCenterContext();
 }