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