ApprovalRoleBaseActions.cs
484 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using Sungero.Core;
using Sungero.CoreEntities;
using Sungero.Docflow.ApprovalRoleBase;
namespace Sungero.Docflow.Client
{
partial class ApprovalRoleBaseActions
{
public override void DeleteEntity(Sungero.Domain.Client.ExecuteActionArgs e)
{
base.DeleteEntity(e);
}
public override bool CanDeleteEntity(Sungero.Domain.Client.CanExecuteActionArgs e)
{
return false;
}
}
}