Beispiel #1
0
 // Injection so that this can be unit tested
 public ItemLogicContext(IBGLContext context, DateTimeService dateTimeService)
 {
     this._context         = context;
     this._dateTimeService = dateTimeService;
 }
 // Injection so that this can be unit tested
 public OrderLogicContext(BGLContext context, DateTimeService dateTimeService)
 {
     this._context         = context;
     this._dateTimeService = dateTimeService;
 }