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