예제 #1
0
 public static bool Add_NV(NhanVien_DTO nv)
 {
     return(NhanVien_DAO.Add_NV(nv));
 }