add movie scraping and documentation
Some checks failed
Build docker container / build (push) Failing after 7m21s
Some checks failed
Build docker container / build (push) Failing after 7m21s
This commit is contained in:
7
TelebilbaoEpg/Services/IMovieService.cs
Normal file
7
TelebilbaoEpg/Services/IMovieService.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Telebilbap_Epg.Services
|
||||
{
|
||||
public interface IMovieService
|
||||
{
|
||||
Task<Movie?> GetMovie(string title, int? year);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user