public CheckCharacterExistsHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public UpdateCharacterHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }
Exemplo n.º 3
0
 public GetCharactersHandler(StarWarsCosmosDBClient client)
 {
     _client = client;
 }