Exemple #1
0
 public GetClientApplicationBySolutionIdHandler(ClientApplicationReader reader, IMapper mapper)
 {
     this.reader = reader;
     this.mapper = mapper;
 }