Skip to content

Commit

Permalink
The BaseEntity is an abstract class now. (ardalis#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Justus Bonz <justus.bonz@uni-hamburg.de>
  • Loading branch information
jasdefer and jasdefer authored Aug 5, 2020
1 parent dfc6e45 commit e4695d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/SampleEndpointApp/DomainModel/BaseEntity.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace SampleEndpointApp.DomainModel
{
public class BaseEntity
public abstract class BaseEntity
{
public int Id { get; set; }
}
Expand Down

0 comments on commit e4695d7

Please sign in to comment.