Exemplo n.º 1
0
 public ReportNewController
     (IReportService _ReportService, ItblCustomerGroupService _tblCustomerGroupservice, ItblLaneService _LaneService, ItblCardGroupService _CardGroupService, IUserService _UserService, ItblVehicleGroupService _VehicleService)
 {
     this._ReportService           = _ReportService;
     this._tblCustomerGroupservice = _tblCustomerGroupservice;
     this._LaneService             = _LaneService;
     this._CardGroupService        = _CardGroupService;
     this._UserService             = _UserService;
     this._VehicleService          = _VehicleService;
 }
Exemplo n.º 2
0
 public tblCardGroupController(ItblCardGroupService _tblCardGroupService, ItblLaneService _tblLaneService, ItblVehicleGroupService _tblVehicleGroupService)
 {
     this._tblCardGroupService    = _tblCardGroupService;
     this._tblLaneService         = _tblLaneService;
     this._tblVehicleGroupService = _tblVehicleGroupService;
 }
Exemplo n.º 3
0
 public tblVehicleGroupController(ItblVehicleGroupService _tblVehicleGroupService)
 {
     this._tblVehicleGroupService = _tblVehicleGroupService;
 }