public ShiftController(IShiftLogic logic) : base(logic)
 {
 }
示例#2
0
 public ShiftController(IShiftLogic logic)
 {
     this.logic = logic;
 }