Ejemplo n.º 1
0
 public BookingCancelController(
     dbwebContext _ctx,
     IBankingService ibankingService
     )
 {
     ctx = _ctx;
 }
Ejemplo 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;
 }
Ejemplo n.º 3
0
 public MSendBackController(
     dbwebContext _ctx,
     IMSendbackService _iMSendback
     )
 {
     ctx        = _ctx;
     iMSendback = _iMSendback;
 }
Ejemplo n.º 4
0
 public RisController(dbwebContext _ctx,
                      ISysParameterService isysParamService,
                      ICustomerServices _iCustomer)
 {
     ctx = _ctx;
     iSysParamService = isysParamService;
     iCustomer        = _iCustomer;
 }
Ejemplo n.º 5
0
 public BookingController(
     dbwebContext _ctx,
     ISysParameterService isysParamService
     )
 {
     ctx = _ctx;
     iSysParamService = isysParamService;
 }
 public CarListItemController(
     dbwebContext _ctx,
     IMSendbackService _iMSendback
     )
 {
     ctx        = _ctx;
     iMSendback = _iMSendback;
 }
Ejemplo 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;
 }
Ejemplo n.º 10
0
 public CustomerServices(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 11
0
 public ZoneService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 12
0
 public MSendbackService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 13
0
 public RelationService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 14
0
 public BrandsController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 15
0
 public UserServices(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 16
0
 public ContractTypeService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 17
0
 public BookingServices(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 18
0
 public StatusService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 19
0
 public MProvinceController(
     dbwebContext _ctx
     )
 {
     ctx = _ctx;
 }
Ejemplo n.º 20
0
 public TypesController(dbwebContext context)
 {
     ctx = context;
 }
 public BookingTotalController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 22
0
 public ProductsController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 23
0
 public SellActivityController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 24
0
 public UserController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 25
0
 public CustomerController(dbwebContext context, ICustomerServices iCustService)
 {
     ctx   = context;
     iCust = iCustService;
 }
Ejemplo n.º 26
0
 public BookingController(dbwebContext context, IBookingServices iBookingService)
 {
     ctx      = context;
     iBooking = iBookingService;
 }
Ejemplo n.º 27
0
 public ContractGroupService(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 28
0
 public ColorsController(dbwebContext context)
 {
     ctx = context;
 }
Ejemplo n.º 29
0
 public CarHistoryController(dbwebContext _ctx)
 {
     ctx = _ctx;
 }
Ejemplo n.º 30
0
 public ClassesController(dbwebContext context)
 {
     ctx = context;
 }