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