Skip to content

Commit

Permalink
Merge pull request #22 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
Support for AmountContract
  • Loading branch information
Ali-YousefiTelori authored Nov 11, 2023
2 parents 137a047 + 9b57c54 commit bae2acb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
using EasyMicroservices.Domain.DataTypes;

namespace EasyMicroservices.Domain.Contracts.Common
{
/// <summary>
/// /
/// </summary>
public class AmountContract
{
/// <summary>
///
/// </summary>
public decimal Value { get; set; }
/// <summary>
///
/// </summary>
public CurrencyCodeType CurrencyCode { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1</Version>
<Version>0.0.0.2</Version>
<Description>Domain of programming.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>utility,utilities,domain,domains,models,schemas,contracts</PackageTags>
Expand Down

0 comments on commit bae2acb

Please sign in to comment.