public int UpdateData(DanTocEntity DT) { SqlParameter[] para = { new SqlParameter("MaDanToc", DT.MaDanToc), new SqlParameter("TenDanToc", DT.TenDanToc), new SqlParameter("GhiChu", DT.GhiChu) }; return(conn.ExcuteSQL("Sua_DT", para)); }
public int UpdateData(DanTocEntity DT) { return(dantoc.UpdateData(DT)); }
public int InsertData(DanTocEntity DT) { return(dantoc.InsertData(DT)); }