Update to latest version and show additional features
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using GerstITS.Data;
|
||||
|
||||
namespace GerstITS.Examples.Transactions.Entities;
|
||||
|
||||
public sealed class ProductEntity : EntityBase<int>
|
||||
{
|
||||
#region Properties
|
||||
|
||||
public string Name { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user