コード例 #1
0
ファイル: RoleBll.cs プロジェクト: ylz201/chargepile
 public override bool Exist(Role bean)
 {
     return(_roleDal.Exist(bean));
 }