Пример #1
0
 public int AddViewCount()
 {
     return(MySqlDapperHelper.RunExecuteFromXml("Sql/Board.xml", "UpdateViewCount", this));
 }