conventional progress

pull/194/head
Alex Reich 2021-07-28 19:07:32 -07:00
parent f9def1c6f7
commit 9b404416b9
2 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,11 @@ namespace RulesEngine.Models
[ExcludeFromCodeCoverage]
public class Rule
{
/// <summary>
/// Gets the Rule Id.
/// </summary>
public int Id { get; set; }
/// <summary>
/// Rule name for the Rule
/// </summary>

View File

@ -12,6 +12,11 @@ namespace RulesEngine.Models
[ExcludeFromCodeCoverage]
public class WorkflowRules
{
/// <summary>
/// Gets the workflow Id.
/// </summary>
public int Id { get; set; }
/// <summary>
/// Gets the workflow name.
/// </summary>