Example #1
0
 public void themPN(PhieuNhap pn)
 {
     entities.PhieuNhaps.Add(pn);
     entities.SaveChanges();
 }