コード例 #1
0
 public List <CommContracts.Registration> GetDepartmentRegistrationList(int DepartmentID, int EmployeeID, DateTime startDate, DateTime endDate)
 {
     BLL.Registration temp = new BLL.Registration();
     return(temp.GetDepartmentRegistrationList(DepartmentID, EmployeeID, startDate, endDate));
 }