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