예제 #1
0
 public bool InsertDepartment(Department dp)
 {
     return(departmentDal.InserDepartment(dp) > 0);
 }