コード例 #1
0
ファイル: RoleBLL.cs プロジェクト: a2499260763/MLQ
 public RoleModel SelectOne(int id)
 {
     return(iub.SelectOne(id));
 }