Exemplo n.º 1
0
 // GET: eFleetDriver
 public eFleetDriverController(BusinessLogic.IDriverEfleet _IEfleetDriver)
 {
     this._IEfleetDriver = _IEfleetDriver;
 }
Exemplo n.º 2
0
 // GET: eFleetDriver
 public eFleetDriverController(BusinessLogic.IDriverEfleet _IEfleetDriver, ICommonMethod _ICommonMethod)
 {
     this._IEfleetDriver = _IEfleetDriver;
     this._ICommonMethod = _ICommonMethod;
 }