Example #1
0
 public SpecCategory(SpecificationCategory name)
 {
     Name = name;
 }
Example #2
0
 public SpecExtractor RegisterFormatter(SpecificationCategory categoryName, MessageFormatter formatter)
 {
     _formatters[categoryName] = formatter;
     return this;
 }