stuff
This commit is contained in:
parent
4b139ec8b0
commit
d788b642c7
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MapTo" Version="0.8.4-ge314387772" />
|
||||
<PackageReference Include="MapTo" Version="0.8.5-geb32ef8e94" />
|
||||
<PackageReference Include="MessagePack" Version="2.3.85" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -5,8 +5,8 @@ using MapTo;
|
|||
|
||||
namespace BlueWest.Data
|
||||
{
|
||||
[AAttribute(typeof(FinanceTransaction))]
|
||||
[MapFrom(typeof(FinanceTransaction))]
|
||||
|
||||
public partial class FinanceTransactionReadDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
|
2
MapTo
2
MapTo
|
@ -1 +1 @@
|
|||
Subproject commit eb32ef8e94ec1eb8f49fcc207045456f256eabf1
|
||||
Subproject commit 9d1e064c3a1a2e8912dc3b8cc03021f7c925ae95
|
Loading…
Reference in New Issue