예제 #1
0
파일: RoleBLL.cs 프로젝트: a2499260763/MLQ
 public int RoleDelete(RoleModel sm)
 {
     return(iub.RoleDelete(sm));
 }