コード例 #1
0
ファイル: AdPositionBLL.cs プロジェクト: hofmannzhu/bwjs
 public bool BackUpdate(int AdReleaseID)
 {
     return(dal.BackUpdate(AdReleaseID));
 }