public FlusherMotorModel( IFlushService flushService, IFlusherMotor flusherMotor) { mFlushService = flushService; mFlusherMotor = flusherMotor; }
public FlushService(IFlusherMotor flusherMotor) { mFlusherMotor = flusherMotor; }