Exemplo n.º 1
0
 public GetFriendsQuery(IReadOnlyFriendService friendService, IMapper mapper,
                        IHttpContextService httpContextService)
 {
     this.friendService      = friendService;
     this.mapper             = mapper;
     this.httpContextService = httpContextService;
 }
Exemplo n.º 2
0
 public CountFriendInvitesQuery(IReadOnlyFriendService friendService)
 {
     this.friendService = friendService;
 }