Update code sample for Entity composite key

pull/657/head
Mostafa F 7 years ago committed by GitHub
parent da066da522
commit 390403b9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ public class UserRole : Entity
public DateTime CreationTime { get; set; }
public Phone()
public UserRole()
{
}

Loading…
Cancel
Save