|
@@ -27,7 +27,7 @@ namespace InABox.Poster.Timberline
|
|
public IEnumerable<KeyValuePair<Type, IEnumerable<IPostableFragment<TPostable>>>> Fragments =>
|
|
public IEnumerable<KeyValuePair<Type, IEnumerable<IPostableFragment<TPostable>>>> Fragments =>
|
|
fragments.Select(x => new KeyValuePair<Type, IEnumerable<IPostableFragment<TPostable>>>(x.Key, x.Value));
|
|
fragments.Select(x => new KeyValuePair<Type, IEnumerable<IPostableFragment<TPostable>>>(x.Key, x.Value));
|
|
|
|
|
|
- public void AddSuccess(TPostable post, TExport export)
|
|
|
|
|
|
+ public void AddSuccess(TPostable post, TExport? export)
|
|
{
|
|
{
|
|
post.Post();
|
|
post.Post();
|
|
items.Add(new Tuple<TPostable, TExport?>(post, export));
|
|
items.Add(new Tuple<TPostable, TExport?>(post, export));
|