コード例 #1
0
 public AccountDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
コード例 #2
0
ファイル: LopDAO.cs プロジェクト: Diagru25/QuanLyTieuDoan
 public LopDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
コード例 #3
0
 public HocVienDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
コード例 #4
0
 public MonTheLucDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
コード例 #5
0
 public CongTacDangDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
コード例 #6
0
 public DaiDoiDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }