Skip to content

Commit

Permalink
obolete code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwittke committed Oct 16, 2017
1 parent a38e270 commit 45b268b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo/DemoBlog.Application/Domain/Subscriber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ public Subscriber(int id, string name, string email, Blog blog) : base(id)
public string Email { get; set; }
public Blog Blog { get; set; }
public int BlogId { get; set; }
protected override AggregateRoot FindMyAggregateRoot()
{
return Blog;
}
}
}

0 comments on commit 45b268b

Please sign in to comment.