Exemple #1
0
 public TransactionController(IMapper mapper,
                              HttpClient client,
                              EmotionalRPCClient emotionalRPCClient,
                              AWSRekognition awsRekognition)
 {
     this.mapper             = mapper;
     this.client             = client;
     this.emotionalRPCClient = emotionalRPCClient;
     this.awsRekognition     = awsRekognition;
 }