コード例 #1
0
 public void DelWork(int pkid)
 {
     this.dbManager.Execute(conn => DalPower.DelWork(conn, pkid));
 }