예제 #1
0
 public bool Insert(NhanVien_DTO kh)
 {
     return(nv_dal.Insert(kh));
 }