Exemplo n.º 1
0
 public XsProductMiddleDataGrain(IXsProductMiddleDataRepository xsLadeBaseRepository, IOrleansClient orleansClient)
 {
     this._xsLadeBaseRepository = xsLadeBaseRepository;
     this._orleansClient        = orleansClient;
 }
 public XsProductMiddleDataStateGrain(IXsProductMiddleDataRepository scheduleTaskRepository)
 {
     this._xsProductMiddleDataRepository = scheduleTaskRepository;
 }