광주시교육청통합도서관 추가
This commit is contained in:
11
BokBonCheck/ILibrarySearcher.cs
Normal file
11
BokBonCheck/ILibrarySearcher.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BokBonCheck
|
||||
{
|
||||
public interface ILibrarySearcher
|
||||
{
|
||||
string SiteName { get; }
|
||||
string SiteUrl { get; }
|
||||
Task<BookSearchResult> SearchAsync(string searchTerm);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user