Ejemplo n.º 1
0
 public TicketTypeController(ITicketTypeService ticketTypeService, IIdentityService identityService, IMapper mapper, ITicketService ticketService)
 {
     _ticketTypeService = ticketTypeService;
     _identityService   = identityService;
     _mapper            = mapper;
     _ticketService     = ticketService;
 }
Ejemplo n.º 2
0
 public TicketController(ITicketService ticketService, IEmployeeService employeeService, IAspNetUserService aspNetUserService, ITicketTypeService ticketTypeService)
 {
     this.ticketService     = ticketService;
     this.employeeService   = employeeService;
     this.aspNetUserService = aspNetUserService;
     this.ticketTypeService = ticketTypeService;
 }
Ejemplo n.º 3
0
 public TicketTypesController(ITicketTypeService ITicketTypeService, IMapper mapper, ITicketService ITicketService, IUploadFile iUploadFile)
 {
     _ITicketTypeService = ITicketTypeService;
     _ITicketService     = ITicketService;
     _mapper             = mapper;
     _iUploadFile        = iUploadFile;
 }
Ejemplo n.º 4
0
 public TicketIssueLevelController(
     IOrganizationService OrganizationService,
     IStatusService StatusService,
     ITicketGroupService TicketGroupService,
     ITicketIssueLevelService TicketIssueLevelService,
     ITicketTypeService TicketTypeService,
     ITicketPriorityService TicketPriorityService,
     ISLATimeUnitService SLATimeUnitService,
     ISmsTemplateService SmsTemplateService,
     IMailTemplateService MailTemplateService,
     IAppUserService AppUserService,
     ICurrentContext CurrentContext
     , IHttpContextAccessor httpContextAccessor, DataContext _DataContext
     ) : base(httpContextAccessor, _DataContext)
 {
     this.OrganizationService     = OrganizationService;
     this.StatusService           = StatusService;
     this.TicketGroupService      = TicketGroupService;
     this.TicketIssueLevelService = TicketIssueLevelService;
     this.TicketTypeService       = TicketTypeService;
     this.TicketPriorityService   = TicketPriorityService;
     this.SLATimeUnitService      = SLATimeUnitService;
     this.SmsTemplateService      = SmsTemplateService;
     this.MailTemplateService     = MailTemplateService;
     this.AppUserService          = AppUserService;
     this.CurrentContext          = CurrentContext;
 }
Ejemplo n.º 5
0
 public TicketReportController(
     ITicketService TicketService,
     IAppUserService AppUserService,
     IOrganizationService OrganizationService,
     ITicketTypeService TicketTypeService,
     ITicketGroupService TicketGroupService,
     ITicketStatusService TicketStatusService,
     ISLAStatusService SLAStatusService,
     ITicketPriorityService TicketPriorityService,
     ICustomerService CustomerService,
     ICustomerTypeService CustomerTypeService,
     ICurrentContext CurrentContext,
     IHttpContextAccessor httpContextAccessor, DataContext _DataContext
     ) : base(httpContextAccessor, _DataContext)
 {
     this.TicketService         = TicketService;
     this.AppUserService        = AppUserService;
     this.OrganizationService   = OrganizationService;
     this.TicketTypeService     = TicketTypeService;
     this.TicketGroupService    = TicketGroupService;
     this.TicketStatusService   = TicketStatusService;
     this.SLAStatusService      = SLAStatusService;
     this.TicketPriorityService = TicketPriorityService;
     this.CustomerService       = CustomerService;
     this.CustomerTypeService   = CustomerTypeService;
     this.CurrentContext        = CurrentContext;
 }
Ejemplo n.º 6
0
 public TicketController(ITransactionService transactionAppService, ITicketService ticketService, ITicketTypeService ticketTypeService, IUserService userService, IAreaService areaService)
 {
     this.ticketService      = ticketService;
     this.ticketTypeService  = ticketTypeService;
     this.userService        = userService;
     this.transactionService = transactionAppService;
     this.areaService        = areaService;
 }
Ejemplo n.º 7
0
 public TicketController(ITicketService ticketService, IIdentityService identityService, IMapper mapper, IEventParentService eventParentService, ITicketTypeService ticketTypeService, IPersonXTicketService personXTicketService)
 {
     _ticketService        = ticketService;
     _identityService      = identityService;
     _mapper               = mapper;
     _eventParentService   = eventParentService;
     _ticketTypeService    = ticketTypeService;
     _personXTicketService = personXTicketService;
 }
Ejemplo n.º 8
0
 public DashboardTicketController(
     ITicketStatusService TicketStatusService,
     ITicketTypeService TicketTypeService,
     DataContext DataContext)
 {
     this.DataContext         = DataContext;
     this.TicketStatusService = TicketStatusService;
     this.TicketTypeService   = TicketTypeService;
 }
Ejemplo n.º 9
0
 public TicketTypeController(
     IStatusService StatusService,
     ITicketTypeService TicketTypeService,
     ICurrentContext CurrentContext
     , IHttpContextAccessor httpContextAccessor, DataContext _DataContext
     ) : base(httpContextAccessor, _DataContext)
 {
     this.StatusService     = StatusService;
     this.TicketTypeService = TicketTypeService;
     this.CurrentContext    = CurrentContext;
 }
Ejemplo n.º 10
0
 public PaymentsController(
     IUserService userService,
     IPriceListService priceListService,
     ITicketTypeService ticketTypeService,
     ITransactionService transactionAppService,
     ITicketService ticketService,
     IMerchant merchant
     )
 {
     paymentsService = new PaymentsService(
         transactionAppService, priceListService, ticketTypeService, ticketService, userService, merchant);
 }
Ejemplo n.º 11
0
 public PassesController(IUserPassService iUserPassService,
                         ITicketService iTicketService,
                         ITicketTypeService iTicketTypeService,
                         ICollectionService iCollectionService,
                         IPassService iPassService,
                         ITicketTypeInCollectionService iTicketTypeInCollectionService,
                         IMapper mapper)
 {
     _iUserPassService               = iUserPassService;
     _iTicketService                 = iTicketService;
     _iTicketTypeService             = iTicketTypeService;
     _iCollectionService             = iCollectionService;
     _iPassService                   = iPassService;
     _iTicketTypeInCollectionService = iTicketTypeInCollectionService;
     _mapper = mapper;
 }
Ejemplo n.º 12
0
        public PaymentsService(
            ITransactionService transactionAppService,
            IPriceListService priceListService,
            ITicketTypeService ticketTypeService,
            ITicketService ticketService,
            IUserService userService,
            IMerchant merchant
            )
        {
            this.userService           = userService;
            this.ticketService         = ticketService;
            this.userService           = userService;
            this.transactionAppService = transactionAppService;
            this.priceListService      = priceListService;
            this.ticketTypeService     = ticketTypeService;

            liqPayClient = new LiqPayClient(merchant.PublicKey, merchant.PrivateKey);
        }
Ejemplo n.º 13
0
 public TicketController(
     ICustomerService CustomerService,
     IOrganizationService OrganizationService,
     IProductService ProductService,
     ICallLogService CallLogService,
     IStatusService StatusService,
     ITicketIssueLevelService TicketIssueLevelService,
     ITicketPriorityService TicketPriorityService,
     ITicketSourceService TicketSourceService,
     ITicketStatusService TicketStatusService,
     ITicketGroupService TicketGroupService,
     ITicketTypeService TicketTypeService,
     ITicketResolveTypeService TicketResolveTypeService,
     IAppUserService AppUserService,
     ITicketService TicketService,
     ICustomerTypeService CustomerTypeService,
     ICurrentContext CurrentContext
     , IHttpContextAccessor httpContextAccessor, DataContext _DataContext
     ) : base(httpContextAccessor, _DataContext)
 {
     this.CustomerService          = CustomerService;
     this.OrganizationService      = OrganizationService;
     this.ProductService           = ProductService;
     this.CallLogService           = CallLogService;
     this.StatusService            = StatusService;
     this.TicketIssueLevelService  = TicketIssueLevelService;
     this.TicketPriorityService    = TicketPriorityService;
     this.TicketSourceService      = TicketSourceService;
     this.TicketStatusService      = TicketStatusService;
     this.TicketGroupService       = TicketGroupService;
     this.TicketTypeService        = TicketTypeService;
     this.TicketResolveTypeService = TicketResolveTypeService;
     this.AppUserService           = AppUserService;
     this.TicketService            = TicketService;
     this.CustomerTypeService      = CustomerTypeService;
     this.CurrentContext           = CurrentContext;
 }
Ejemplo n.º 14
0
 public TicketTypeController(ITicketTypeService ticketTypeService)
 {
     this.ticketTypeService = ticketTypeService;
 }