public static void AddEmployee(EmployeeItem Employee) { //sql code insertCommand.Parameters.AddWithValue("@EMPLOYEE_ID ", Employee.Id); } {
List<EmployeeItem> emplist = DataAccess.AddEmployee(EmployeeItem.Add(Employee));
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)