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