From d2018c014346625ce17a11ac71f8f6aa1407d7d4 Mon Sep 17 00:00:00 2001 From: chiDT Date: Sun, 29 Jun 2025 22:05:43 +0900 Subject: [PATCH] .. --- BokBonCheck/BokBonCheck.csproj | 8 ++++---- BokBonCheck/{ => SearchModel}/BookSearchService.cs | 0 BokBonCheck/{ => SearchModel}/ILibrarySearcher.cs | 0 .../{ => SearchModel}/KwangjuCityLibrarySearcher.cs | 0 BokBonCheck/{ => SearchModel}/NamguLibrarySearcher.cs | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename BokBonCheck/{ => SearchModel}/BookSearchService.cs (100%) rename BokBonCheck/{ => SearchModel}/ILibrarySearcher.cs (100%) rename BokBonCheck/{ => SearchModel}/KwangjuCityLibrarySearcher.cs (100%) rename BokBonCheck/{ => SearchModel}/NamguLibrarySearcher.cs (100%) diff --git a/BokBonCheck/BokBonCheck.csproj b/BokBonCheck/BokBonCheck.csproj index e3172b0..8849242 100644 --- a/BokBonCheck/BokBonCheck.csproj +++ b/BokBonCheck/BokBonCheck.csproj @@ -52,14 +52,14 @@ - + Form - - - + + + Form diff --git a/BokBonCheck/BookSearchService.cs b/BokBonCheck/SearchModel/BookSearchService.cs similarity index 100% rename from BokBonCheck/BookSearchService.cs rename to BokBonCheck/SearchModel/BookSearchService.cs diff --git a/BokBonCheck/ILibrarySearcher.cs b/BokBonCheck/SearchModel/ILibrarySearcher.cs similarity index 100% rename from BokBonCheck/ILibrarySearcher.cs rename to BokBonCheck/SearchModel/ILibrarySearcher.cs diff --git a/BokBonCheck/KwangjuCityLibrarySearcher.cs b/BokBonCheck/SearchModel/KwangjuCityLibrarySearcher.cs similarity index 100% rename from BokBonCheck/KwangjuCityLibrarySearcher.cs rename to BokBonCheck/SearchModel/KwangjuCityLibrarySearcher.cs diff --git a/BokBonCheck/NamguLibrarySearcher.cs b/BokBonCheck/SearchModel/NamguLibrarySearcher.cs similarity index 100% rename from BokBonCheck/NamguLibrarySearcher.cs rename to BokBonCheck/SearchModel/NamguLibrarySearcher.cs