コード例 #1
0
ファイル: PositionBLL.cs プロジェクト: tomyqg/CSHomework
 public List <Position> Search(byte typeId)
 {
     return(dal.Search(typeId));
 }