コード例 #1
0
ファイル: NhanVienBus.cs プロジェクト: AchillesLe/ToyStore
 public bool add(NHANVIEN nv, ACCOUNT ac)
 {
     return(nvdao.add(nv, ac));
 }