Change
This commit is contained in:
parent
d788b642c7
commit
d5b916ff0a
|
@ -7,7 +7,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="MapTo" Version="0.8.5-geb32ef8e94" />
|
<PackageReference Include="MapTo" Version="0.8.6-g9d1e064c3a" />
|
||||||
<PackageReference Include="MessagePack" Version="2.3.85" />
|
<PackageReference Include="MessagePack" Version="2.3.85" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
|
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -7,7 +7,7 @@ namespace BlueWest.Data
|
||||||
{
|
{
|
||||||
[MapFrom(typeof(FinanceTransaction))]
|
[MapFrom(typeof(FinanceTransaction))]
|
||||||
|
|
||||||
public partial class FinanceTransactionReadDto
|
public partial struct FinanceTransactionReadDto
|
||||||
{
|
{
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int UserId { get; set; }
|
public int UserId { get; set; }
|
||||||
|
|
2
MapTo
2
MapTo
|
@ -1 +1 @@
|
||||||
Subproject commit 9d1e064c3a1a2e8912dc3b8cc03021f7c925ae95
|
Subproject commit 808f353cac02f8f088839a701549fd545d8af646
|
Loading…
Reference in New Issue