Esempio n. 1
0
 public int DeleteQuestion(int PKID)
 {
     return(dbManager.Execute(conn => DalArticle.DeleteQuestion(conn, PKID)));
 }