Skip to content

Commit

Permalink
Add missed UserNotificationInfo default ctor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Apr 19, 2017
1 parent d1caca2 commit 7e0c44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Abp/Notifications/UserNotificationInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ public class UserNotificationInfo : Entity<Guid>, IHasCreationTime, IMayHaveTena

public virtual DateTime CreationTime { get; set; }

public UserNotificationInfo()
{

}

/// <summary>
/// Initializes a new instance of the <see cref="UserNotificationInfo"/> class.
/// </summary>
Expand Down

0 comments on commit 7e0c44e

Please sign in to comment.