Ejemplo n.º 1
0
 public LyricsService(
     IDataApiHttpClient httpClient,
     IEndpointService endpointService)
 {
     _httpClient      = httpClient;
     _endpointService = endpointService;
 }