Ejemplo n.º 1
0
 public GiphyController(IGiphyServices giphyServices)
 {
     _giphyServices = giphyServices;
 }
Ejemplo n.º 2
0
 public GiphyController(IGiphyServices giphyServices, IProblemFactory problemFactory)
 {
     _giphyServices  = giphyServices;
     _problemFactory = problemFactory;
 }
Ejemplo n.º 3
0
 public GiphyController(IGiphyServices giphyService)
 {
     _giphyService = giphyService;
 }