Skip to content

Commit

Permalink
conventional progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Reich authored and Alex Reich committed Jul 29, 2021
1 parent f9def1c commit 9b40441
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RulesEngine/Models/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions src/RulesEngine/Models/WorkflowRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9b40441

Please sign in to comment.