Пример #1
0
 public XsLadeBaseStateGrain(IXsLadeRimpactRepository xsLadeRimpactRepository, IOrleansClient orleansClient)
 {
     this._xsLadeRimpactRepository = xsLadeRimpactRepository;
     this._orleansClient           = orleansClient;
 }
Пример #2
0
 public XsLadeBaseGrain(IXsLadeRimpactRepository scheduleTaskRepository, IOrleansClient orleansClient)
 {
     this._xsLadeRimpactRepository = scheduleTaskRepository;
     this._orleansClient           = orleansClient;
 }