예제 #1
0
 public bool DelRoleByUserID(int UserID)
 {
     try
     {
         return(MyContext.CSF_UserRole_DelByUser(UserID) > 0);
     }
     catch (Exception ex)
     {
         Logs.WriteLog(ex);
         throw;
     }
 }