Exemple #1
0
 public GetUserBansQuery(IReadOnlyBanService banService, IReadOnlyAdminActionService adminActionService,
                         IMapper mapper)
 {
     this.banService         = banService;
     this.adminActionService = adminActionService;
     this.mapper             = mapper;
 }
 public GetAdminActionsByActionAndUserIdQuery(IReadOnlyAdminActionService adminActionService, IMapper mapper)
 {
     this.adminActionService = adminActionService;
     this.mapper             = mapper;
 }