Exemple #1
0
 public SetNoticeApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #2
0
 public KickDiscussMemberApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #3
0
 public SendDiscussJoiningInvitationApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #4
0
 public SetBanAllGroupMembersOptionApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #5
0
 public BanGroupMemberApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #6
0
 public CreateDiscussApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #7
0
 public MpqMahuaApiHandler(
     IMahuaCenter mahuaCenter,
     IMpqApi mpqApi)
 {
     _mahuaCenter = mahuaCenter;
     _mpqApi      = mpqApi;
 }
Exemple #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)
 {
 }
Exemple #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)
 {
 }
Exemple #13
0
 public RejectFriendAddingRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #14
0
 public GetGroupsWithModelApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #15
0
 public AcceptGroupJoiningRequestApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #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)
 {
 }
Exemple #20
0
 public GetCookiesApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, qqSession, eventFunOutput)
 {
 }
Exemple #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)
 {
 }
Exemple #23
0
 public LeaveGroupApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #24
0
 public SetNoticeApiMahuaCommandHandler(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
     : base(mpqApi, robotSessionContext, eventFunOutput)
 {
 }
Exemple #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)
 {
 }
Exemple #27
0
 public MahuaApi(
     IMpqApi mpqApi,
     IQqSession qqSession,
     IEventFunOutput eventFunOutput)
 {
     _mpqApi         = mpqApi;
     _qqSession      = qqSession;
     _eventFunOutput = eventFunOutput;
 }
Exemple #28
0
 protected MpqApiMahuaCommandHandlerBase(
     IMpqApi mpqApi,
     IRobotSessionContext robotSessionContext,
     IEventFunOutput eventFunOutput)
 {
     this._robotSessionContext = robotSessionContext;
     this._eventFunOutput      = eventFunOutput;
     this.MpqApi = mpqApi;
 }
Exemple #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;
 }