Ejemplo n.º 1
0
 public CountCreation(ISelectedCount selectedCount)
 {
     SelectedCount = selectedCount;
 }
 public RefindCountCreation(ISelectedCount selectedCount) : base(selectedCount)
 {
 }