public CheckCharacterExistsHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }
Exemple #2
0
 public UpdateCharacterHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }
Exemple #3
0
 public GetCharactersHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }