예제 #1
0
 public bool Del(Guid id)
 {
     try
     {
         return(dal.Del(id));;
     }
     catch (Exception)
     {
         throw new Exception("出现程序错误,请联系管理员!");
     }
 }
예제 #2
0
 public int Del(RoleModel st)
 {
     return(irb.Del(st));
 }