Esempio n. 1
0
 //insert keyword
 private void InsertKeyword(double News_ID, int User_ID)
 {
     if (txtTukhoa.Text.Length > 0)
     {
         HPCBusinessLogic.DAL.T_NewsDAL tt_DAL = new HPCBusinessLogic.DAL.T_NewsDAL();
         tt_DAL.InsertT_Keywords(txtTukhoa.Text, News_ID, User_ID);
     }
 }