C# Class BookStore.Importer.Program

Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

Méthode Description
GetAuthor ( string authorName ) : Author
Import ( ) : void
Main ( string args ) : void
Search ( ) : void

Method Details

GetAuthor() public static méthode

public static GetAuthor ( string authorName ) : Author
authorName string
Résultat Author

Import() public static méthode

public static Import ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Search() public static méthode

public static Search ( ) : void
Résultat void