예제 #1
0
 public int InsertData(NhanVienEntity NV)
 {
     return(da.InsertData(NV));
 }