예제 #1
0
 public GetFriendsQuery(IReadOnlyFriendService friendService, IMapper mapper,
                        IHttpContextService httpContextService)
 {
     this.friendService      = friendService;
     this.mapper             = mapper;
     this.httpContextService = httpContextService;
 }
예제 #2
0
 public CountFriendInvitesQuery(IReadOnlyFriendService friendService)
 {
     this.friendService = friendService;
 }