예제 #1
0
 public DataTable Report_DislayDepartmentByBuilding(DepartmentClass department)
 {
     return(dal.DisplayDepartByBuilding(department));
 }