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