BudgetAnalyser.Engine.Matching.Data.MatchingRuleDto.MatchingRuleDto C# (CSharp) Method

MatchingRuleDto() public method

Initializes a new instance of the MatchingRuleDto class.
public MatchingRuleDto ( ) : System
return System
        public MatchingRuleDto()
        {
            RuleId = Guid.NewGuid();
        }
MatchingRuleDto