C# Class BookStore.Importer.Program

Show file Open project: nzhul/TelerikAcademy

Public Methods

Method Description
GetAuthor ( string authorName ) : Author
Import ( ) : void
Main ( string args ) : void
Search ( ) : void

Method Details

GetAuthor() public static method

public static GetAuthor ( string authorName ) : Author
authorName string
return Author

Import() public static method

public static Import ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

Search() public static method

public static Search ( ) : void
return void