コード例 #1
0
ファイル: PositionBLL.cs プロジェクト: tomyqg/CSHomework
 public void DropPositionBelongLayout(int layoutId)
 {
     dal.DeleteBy(layoutId);
 }