BookInfo.BookSearchUrl.BookSearchUrl C# (CSharp) 메소드

BookSearchUrl() 공개 메소드

public BookSearchUrl ( string searchKey ) : System
searchKey string
리턴 System
        public BookSearchUrl(string searchKey)
        {
            this.searchKey = searchKey;
        }