C# Class ConsoleApplication2.DAL.EmployeeDAL

Mostrar archivo Open project: mahedee/TrainingRepo Class Usage Examples

Public Methods

Method Description
EmployeeDAL ( ) : System
GetAllEmployee ( ) : DataTable
InsertEmployee ( Employee ObjEmployee ) : string

Method Details

EmployeeDAL() public method

public EmployeeDAL ( ) : System
return System

GetAllEmployee() public method

public GetAllEmployee ( ) : DataTable
return System.Data.DataTable

InsertEmployee() public method

public InsertEmployee ( Employee ObjEmployee ) : string
ObjEmployee ConsoleApplication2.Model.Employee
return string