C# 클래스 BookStore.Importer.Program

파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 메소드들

메소드 설명
GetAuthor ( string authorName ) : Author
Import ( ) : void
Main ( string args ) : void
Search ( ) : void

메소드 상세

GetAuthor() 공개 정적인 메소드

public static GetAuthor ( string authorName ) : Author
authorName string
리턴 Author

Import() 공개 정적인 메소드

public static Import ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Search() 공개 정적인 메소드

public static Search ( ) : void
리턴 void