示例#1
0
 public FlusherMotorModel(
     IFlushService flushService,
     IFlusherMotor flusherMotor)
 {
     mFlushService = flushService;
     mFlusherMotor = flusherMotor;
 }
示例#2
0
 public FlushService(IFlusherMotor flusherMotor)
 {
     mFlusherMotor = flusherMotor;
 }