Add Master Data
This commit is contained in:
10
AMREZ.EOP.Domain/Entities/MasterData/Currency.cs
Normal file
10
AMREZ.EOP.Domain/Entities/MasterData/Currency.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AMREZ.EOP.Domain.Entities.MasterData;
|
||||
|
||||
public class Currency : MasterBase
|
||||
{
|
||||
public byte Exponent { get; set; } = 2;
|
||||
}
|
||||
|
||||
public class CurrencyBlock : MasterBlockBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user