コード例 #1
0
ファイル: NhanVienCtrl.cs プロジェクト: cnbn96/APP_BookStore
 public bool AddNhanVien(NhanVien nv)
 {
     return(nvSer.AddData(nv));
 }