BudgetAnalyser.Engine.Matching.Data.MatchingRuleDto.MatchingRuleDto C# (CSharp) 메소드

MatchingRuleDto() 공개 메소드

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