Пример #1
0
 public int InsertDepartment(string mabp, string tenbp, string ghichu, bool active)
 {
     return(departmentDAO.InsertDepartment(mabp, tenbp, ghichu, active));
 }