Esempio n. 1
0
 public SetNoticeApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 2
0
 public KickDiscussMemberApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 3
0
 public SendDiscussJoiningInvitationApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 4
0
 public SetBanAllGroupMembersOptionApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 5
0
 public BanGroupMemberApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 6
0
 public CreateDiscussApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 7
0
 public MpqMahuaApiHandler(
     IMahuaCenter mahuaCenter,
     IMpqApi mpqApi)
 {
     _mahuaCenter = mahuaCenter;
     _mpqApi      = mpqApi;
 }
Esempio n. 8
0
 public DissolveGroupApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
 public RejectGroupJoiningRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
 public SendPrivateMessageApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 11
0
 public RejectGroupJoiningInvitationApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
 public RemoveBanFriendApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 13
0
 public RejectFriendAddingRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 14
0
 public GetGroupsWithModelApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 15
0
 public AcceptGroupJoiningRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 16
0
 public CreateDiscussApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
 public AcceptFriendAddingRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
 public GetLoginNickApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
 public SetGroupMemberCardApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 20
0
 public GetCookiesApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Esempio n. 21
0
 public RemoveFriendApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
 public GetGroupMemebersWithModelApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 23
0
 public LeaveGroupApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 24
0
 public SetNoticeApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 25
0
 public SendGroupMessageApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
 public AcceptGroupJoiningInvitationApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Esempio n. 27
0
 public MahuaApi(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
 {
     _mpqApi         = mpqApi;
     _qqSession      = qqSession;
     _eventFunOutput = eventFunOutput;
 }
Esempio n. 28
0
 protected MpqApiMahuaCommandHandlerBase(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
 {
     this._robotSessionContext = robotSessionContext;
     this._eventFunOutput      = eventFunOutput;
     this.MpqApi = mpqApi;
 }
Esempio n. 29
0
 public SystemInitEvent(IMpqApi mpqApi, IWebHost webHost, IMahuaApi mahuaApi, JobConfigService jobConfigService,
                        CustomerJob customerJob)
 {
     this._mpqApi      = mpqApi;
     _webHost          = webHost;
     _mahuaApi         = mahuaApi;
     _jobConfigService = jobConfigService;
     _customerJob      = customerJob;
 }
 public DiscussMessageDone(
     IMahuaApi mahuaApi,
     IMpqMessage message,
     IMpqApi mpqApi,
     IQqSession qqSession)
 {
     _mahuaApi  = mahuaApi;
     _message   = message;
     _mpqApi    = mpqApi;
     _qqSession = qqSession;
 }