예제 #1
0
파일: QLNHAP.cs 프로젝트: Viet-Hoa/QLKHO
 public static void them(DONDATHANG dh)
 {
     db.DONDATHANGs.Add(dh);
     db.SaveChanges();
 }