Implemented propertychanged pattern to connect UI with entity
This commit is contained in:
7
Common.Library/BaseClasses/EntityBase.cs
Normal file
7
Common.Library/BaseClasses/EntityBase.cs
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
namespace Common.Library
|
||||
{
|
||||
public class EntityBase : CommonBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user