public void SaveBtn(string BtnKey, int BtnType, string sfid) { this.dbManager.Execute(conn => DalPower.SaveBtn(conn, BtnKey, BtnType, sfid)); }