コード例 #1
0
ファイル: StaffBLL.cs プロジェクト: niuhongkui/Portal
 public Page <staff> List(BaseParm parm)
 {
     return(_dal.List(parm));
 }