C# Class DataAccessADO.Employee

Mostrar archivo Open project: snahider/Test-Automation-NET Class Usage Examples

Public Methods

Method Description
Employee ( ) : System
Employee ( string firstName, string lastName, System.DateTime hireDate ) : System

Method Details

Employee() public method

public Employee ( ) : System
return System

Employee() public method

public Employee ( string firstName, string lastName, System.DateTime hireDate ) : System
firstName string
lastName string
hireDate System.DateTime
return System