示例#1
0
 public int Insert(MySqlDapperHelper db)
 {
     return(db.ExecuteFromXml("Sql/Board.xml", "InsertBoard", this));
 }