コード例 #1
0
ファイル: SinhVienBLL.cs プロジェクト: xoapit/QuanLySinhVien
 public bool AddSV(SINHVIEN sv)
 {
     return(studentDAL.AddSV(sv));
 }