コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="publishsService"></param>
 /// <param name="receiveEventService"></param>
 /// <param name="subscribeService"></param>
 /// <param name="subscribetionService"></param>
 /// <param name="unitOfWorkManager"></param>
 /// <param name="consultationService"></param>
 /// <param name="orderManageService"></param>
 /// <param name="orderTradeRecordService"></param>
 /// <param name="refundManageService"></param>
 /// <param name="consultationEvaluationService"></param>
 /// <param name="consultationReplyService"></param>
 /// <param name="phoneReplyRecordService"></param>
 /// <param name="hangFireJobService"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="abpSession"></param>
 public EvnetController(IPublishsService publishsService,
                        IReceiveEventService receiveEventService,
                        ISubscribeService subscribeService,
                        ISubscribetionService subscribetionService,
                        IUnitOfWorkManager unitOfWorkManager,
                        IConsultationService consultationService,
                        IOrderManageService orderManageService,
                        IOrderTradeRecordService orderTradeRecordService,
                        IRefundManageService refundManageService,
                        IConsultationEvaluationService consultationEvaluationService,
                        IConsultationReplyService consultationReplyService,
                        IPhoneReplyRecordService phoneReplyRecordService,
                        IHangFireJobService hangFireJobService,
                        ISystemParameterService systemParameterService,
                        IAbpSession abpSession)
 {
     _publishsService               = publishsService;
     _receiveEventService           = receiveEventService;
     _subscribeService              = subscribeService;
     _subscribetionService          = subscribetionService;
     _IabpSession                   = abpSession;
     _unitOfWorkManager             = unitOfWorkManager;
     _consultationService           = consultationService;
     _orderManageService            = orderManageService;
     _orderTradeRecordService       = orderTradeRecordService;
     _refundManageService           = refundManageService;
     _consultationEvaluationService = consultationEvaluationService;
     _consultationReplyService      = consultationReplyService;
     _phoneReplyRecordService       = phoneReplyRecordService;
     _hangFireJobService            = hangFireJobService;
     _systemParameterService        = systemParameterService;
 }
コード例 #2
0
ファイル: OrderController.cs プロジェクト: jjannet/salmorn
 public OrderController(
     IConfiguration Configuration, IHostingEnvironment env, IOrderManageService productService
     ) : base(Configuration, env)
 {
     this._Env         = env;
     this.orderService = productService;
 }
コード例 #3
0
ファイル: HomeController.cs プロジェクト: jijiliyugou/xiangmu
 public HomeController(
     IConsultationService consultationService,
     IOrderManageService orderManageService,
     IOrderTradeRecordService orderTradeRecordService,
     IRefundManageService refundManageService,
     ILeaguerInfoService leaguerservice,
     IUnitOfWorkManager unitOfWorkManager,
     IAttachmentServices attachmentServices,
     IUserManagerService userManagerService,
     IPublishsService publishsService,
     IAbpSession session,
     IYaeherOperListService yaeherOperListService,
     INotificationPublisher notificationPublisher)
 {
     _consultationService      = consultationService;
     _orderManageService       = orderManageService;
     _orderTradeRecordService  = orderTradeRecordService;
     _refundManageService      = refundManageService;
     _leaguerservice           = leaguerservice;
     _unitOfWorkManager        = unitOfWorkManager;
     _IabpSession              = session;
     _attachmentService        = attachmentServices;
     _userManagerService       = userManagerService;
     _publishsService          = publishsService;
     _YaeherOperListrepository = yaeherOperListService;
     _notificationPublisher    = notificationPublisher;
 }
コード例 #4
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="qualityControlManageService"></param>
 /// <param name="consultationService"></param>
 /// <param name="session"></param>
 /// <param name="yaeherDoctorService"></param>
 /// <param name="consultationEvaluationService"></param>
 /// <param name="consultationReplyService"></param>
 /// <param name="systemParameterService"></param>
 /// <param name="phoneReplyRecordService"></param>
 /// <param name="orderManageService"></param>
 /// <param name="orderTradeRecordService"></param>
 /// <param name="yaeherUserService"></param>
 /// <param name="attachmentServices"></param>
 /// <param name="collectConsultationService"></param>
 /// <param name="userManagerService"></param>
 /// <param name="unitOfWorkManager"></param>
 /// <param name="lableManageService"></param>
 /// <param name="doctorRelationService"></param>
 /// <param name="clinicInfomationService"></param>
 /// <param name="yaeherOperListService"></param>
 public DoctorQualityController(IQualityControlManageService qualityControlManageService,
                                IConsultationService consultationService,
                                IAbpSession session,
                                IYaeherDoctorService yaeherDoctorService,
                                IConsultationEvaluationService consultationEvaluationService,
                                IConsultationReplyService consultationReplyService,
                                ISystemParameterService systemParameterService,
                                IPhoneReplyRecordService phoneReplyRecordService,
                                IOrderManageService orderManageService,
                                IOrderTradeRecordService orderTradeRecordService,
                                IYaeherUserService yaeherUserService,
                                IAttachmentServices attachmentServices,
                                ICollectConsultationService collectConsultationService,
                                IUserManagerService userManagerService,
                                IUnitOfWorkManager unitOfWorkManager,
                                ILableManageService lableManageService,
                                IDoctorRelationService doctorRelationService,
                                IClinicInfomationService clinicInfomationService,
                                IYaeherOperListService yaeherOperListService)
 {
     _QualityControlManageService = qualityControlManageService;
     _consultationService         = consultationService;
     _yaeherDoctorService         = yaeherDoctorService;
     _phoneReplyRecordService     = phoneReplyRecordService;
     _yaeherUser                    = yaeherUserService;
     _orderManageService            = orderManageService;
     _orderTradeRecordService       = orderTradeRecordService;
     _IabpSession                   = session;
     _consultationEvaluationService = consultationEvaluationService;
     _consultationReplyService      = consultationReplyService;
     _systemParameterService        = systemParameterService;
     _attachmentServices            = attachmentServices;
     _collectConsultationService    = collectConsultationService;
     _userManagerService            = userManagerService;
     _unitOfWorkManager             = unitOfWorkManager;
     _lableManageService            = lableManageService;
     _DoctorRelationService         = doctorRelationService;
     _clinicInfomationService       = clinicInfomationService;
     _yaeherOperListService         = yaeherOperListService;
 }
コード例 #5
0
 public OrderManageController(IOrderManageService orderManageService, IWebHostEnvironment hostEnvironment)
 {
     _orderManageService = orderManageService;
     _hostingEnvironment = hostEnvironment;
 }