コード例 #1
0
 public bool DeleteDepartment(Department dp)
 {
     return(departmentDal.DeleteDepartment(dp) > 0);
 }