public RelationEventFactory(Tgnet.FootChat.Push.INotifyServiceProxy notifyServiceProxy, Tgnet.FootChat.User.IUserManager userManager, Tgnet.FootChat.Push.IPushManager pushManager) { _NotifyServiceProxy = notifyServiceProxy; _UserManager = userManager; _PushManager = pushManager; }
public FootPrintDockedEvent( Tgnet.FootChat.User.IUserManager userManager, Tgnet.FootChat.Push.IPushManager pushManager, INotifyServiceProxy notifyServiceProxy) { _UserManager = userManager; _PushManager = pushManager; _NotifyServiceProxy = notifyServiceProxy; }
public RelationEvent( Relation.IUserRelationService userRelationService, INotifyServiceProxy notifyServiceProxy, Tgnet.FootChat.User.IUserManager userManager, Tgnet.FootChat.Push.IPushManager pushManager) { _UserRelationService = userRelationService; _NotifyServiceProxy = notifyServiceProxy; _UserManager = userManager; _PushManager = pushManager; }
public FootPrintDockedEventFactory( Tgnet.FootChat.User.IUserManager userManager, Tgnet.FootChat.Push.IPushManager pushManager, IMessageService messageService, INotifyServiceProxy notifyServiceProxy ) { _UserManager = userManager; _PushManager = pushManager; _MessageService = messageService; _NotifyServiceProxy = notifyServiceProxy; }