예제 #1
0
파일: EmployeesBL.cs 프로젝트: yon28/VAV
 public IEnumerable <Employee> InitList()
 {
     return(employeesDAO.InitList());
 }