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