예제 #1
0
 public override bool Exist(Role bean)
 {
     return(_roleDal.Exist(bean));
 }