コード例 #1
0
ファイル: PositionBLL.cs プロジェクト: tomyqg/CSHomework
 public int AddPosition(Position position)
 {
     return(dal.Insert(position));
 }