C# Class HospitalLib.Factory.Factory

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
BuidPerson ( string fistName, string lastName, string middleName, System.DateTime birthDate ) : Person
BuildHtmlLoader ( ) : HtmlLoader

Method Details

BuidPerson() public static méthode

public static BuidPerson ( string fistName, string lastName, string middleName, System.DateTime birthDate ) : Person
fistName string
lastName string
middleName string
birthDate System.DateTime
Résultat HospitalLib.Data.Person

BuildHtmlLoader() public static méthode

public static BuildHtmlLoader ( ) : HtmlLoader
Résultat HospitalLib.Loader.HtmlLoader