Esempio n. 1
0
 public BookingCancelController(
     dbwebContext _ctx,
     IBankingService ibankingService
     )
 {
     ctx = _ctx;
 }
Esempio n. 2
0
 public CreditContractController(
     dbwebContext context,
     IBookingServices ibookService,
     IUserServices iuserService,
     ICustomerServices icustService,
     IRelationService irelaService,
     IContractGroupService icontGroupService,
     IContractTypeService iconTypeService,
     IZoneService izoneService,
     IBranchService ibranchService,
     ISysParameterService isysParamService,
     IStatusService istatusService
     )
 {
     ctx               = context;
     iBookService      = ibookService;
     iUserService      = iuserService;
     iCustService      = icustService;
     iRelaService      = irelaService;
     iContGroupService = icontGroupService;
     iContTypeService  = iconTypeService;
     iZoneService      = izoneService;
     iBranchService    = ibranchService;
     iSysParamService  = isysParamService;
     iStatusService    = istatusService;
 }
 public MSendBackController(
     dbwebContext _ctx,
     IMSendbackService _iMSendback
     )
 {
     ctx        = _ctx;
     iMSendback = _iMSendback;
 }
Esempio n. 4
0
 public RisController(dbwebContext _ctx,
                      ISysParameterService isysParamService,
                      ICustomerServices _iCustomer)
 {
     ctx = _ctx;
     iSysParamService = isysParamService;
     iCustomer        = _iCustomer;
 }
Esempio n. 5
0
 public BookingController(
     dbwebContext _ctx,
     ISysParameterService isysParamService
     )
 {
     ctx = _ctx;
     iSysParamService = isysParamService;
 }
 public CarListItemController(
     dbwebContext _ctx,
     IMSendbackService _iMSendback
     )
 {
     ctx        = _ctx;
     iMSendback = _iMSendback;
 }
Esempio n. 7
0
 public BankController(
     dbwebContext _ctx,
     IBankingService ibankingService
     )
 {
     ctx             = _ctx;
     iBankingService = ibankingService;
 }
 public CreditPaymentController(
     dbwebContext _ctx,
     ISysParameterService isysParamService,
     IStatusService istatusService,
     IBankingService ibankingService
     )
 {
     ctx = _ctx;
     iSysParamService = isysParamService;
     iStatusService   = istatusService;
     iBankingService  = ibankingService;
 }
 public CreditCalculatesController(
     dbwebContext context,
     IBookingServices iBookingService,
     ISysParameterService isysParamService,
     ICustomerServices icustService
     )
 {
     _context         = context;
     iBookService     = iBookingService;
     iSysParamService = isysParamService;
     iCustomerService = icustService;
 }
Esempio n. 10
0
 public CustomerServices(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 11
0
 public ZoneService(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 12
0
 public MSendbackService(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 13
0
 public RelationService(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 14
0
 public BrandsController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 15
0
 public UserServices(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 16
0
 public ContractTypeService(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 17
0
 public BookingServices(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 18
0
 public StatusService(dbwebContext context)
 {
     ctx = context;
 }
 public MProvinceController(
     dbwebContext _ctx
     )
 {
     ctx = _ctx;
 }
Esempio n. 20
0
 public TypesController(dbwebContext context)
 {
     ctx = context;
 }
 public BookingTotalController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 22
0
 public ProductsController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 23
0
 public SellActivityController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 24
0
 public UserController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 25
0
 public CustomerController(dbwebContext context, ICustomerServices iCustService)
 {
     ctx   = context;
     iCust = iCustService;
 }
Esempio n. 26
0
 public BookingController(dbwebContext context, IBookingServices iBookingService)
 {
     ctx      = context;
     iBooking = iBookingService;
 }
Esempio n. 27
0
 public ContractGroupService(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 28
0
 public ColorsController(dbwebContext context)
 {
     ctx = context;
 }
Esempio n. 29
0
 public CarHistoryController(dbwebContext _ctx)
 {
     ctx = _ctx;
 }
Esempio n. 30
0
 public ClassesController(dbwebContext context)
 {
     ctx = context;
 }