Exemple #1
0
 public override MatchCorpPolicyAndAduitResultModel DoMatch(IMatchVisitor macthVisitor)
 {
     return(macthVisitor.DoMatch(this));
 }
Exemple #2
0
 public abstract MatchCorpPolicyAndAduitResultModel DoMatch(IMatchVisitor macthVisitor);