Exemplo n.º 1
0
 public EventController(IMethod _SMethod,
                        IEvent _SEvent, IMinio _SMinio,
                        IUser _SUser, IEventDetail _SEventDetail, IEventParticipant _SEventParticipant,
                        IEventCategory _SEventCategory, ICategory _SCategory, IEventSponsor _SEventSponsor,
                        ISponsor _SSponsor, IUserInterest _SUserInterest,
                        INotificationDispatcher notificationDispatcher
                        )
     : base(_SMethod)
 {
     this._SEvent                = _SEvent;
     this._SMinio                = _SMinio;
     this._SUser                 = _SUser;
     this._SEventDetail          = _SEventDetail;
     this._SEventParticipant     = _SEventParticipant;
     this._SEventCategory        = _SEventCategory;
     this._SCategory             = _SCategory;
     this._SEventSponsor         = _SEventSponsor;
     this._SSponsor              = _SSponsor;
     this._SUserInterest         = _SUserInterest;
     this.notificationDispatcher = notificationDispatcher;
 }
Exemplo n.º 2
0
 public SponsorDrop(IPortalLiquidContext portalLiquidContext, IEventSponsor eventSponsor)
     : base(portalLiquidContext, eventSponsor.Entity)
 {
 }