예제 #1
0
 public static void GanPhieuNhan(int id)
 {
     DataService ds = new DataService();
     ds.ExecuteNoneQuery(new SqlCommand("update THAM_SO set PhieuNhan = " + id));
 }
예제 #2
0
 public static void GanHoaDon(long id)
 {
     DataService ds = new DataService();
     ds.ExecuteNoneQuery(new SqlCommand("update THAM_SO set HoaDon = " + id));
 }