mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
EF Core
This commit is contained in:
@ -36,6 +36,9 @@ namespace Esyur.Stores.EntityCore
|
||||
{
|
||||
public class EntityResource : IResource
|
||||
{
|
||||
[NotMapped]
|
||||
internal int _PrimaryId;
|
||||
|
||||
public event DestroyedEvent OnDestroy;
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
|
Reference in New Issue
Block a user