示例#1
0
文件: QLNHAP.cs 项目: Viet-Hoa/QLKHO
 public static void them(DONDATHANG dh)
 {
     db.DONDATHANGs.Add(dh);
     db.SaveChanges();
 }