CreditDocuments

This commit is contained in:
mmrbnjd
2024-07-29 15:29:46 +03:30
parent fe95e2b526
commit 68667b5f95
8 changed files with 38 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.Enums
{
public enum CreditDocumentType
{
Increase,Decrease
}
}

View File

@@ -6,13 +6,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="Stimulsoft.Base">
<HintPath>..\..\Dlls\stimull\Stimulsoft.Base.dll</HintPath>
</Reference>
<Reference Include="Stimulsoft.Report">
<HintPath>..\..\Dlls\stimull\Stimulsoft.Report.dll</HintPath>
</Reference>
</ItemGroup>
</Project>