Skip to content

Commit

Permalink
Merge pull request #9 from loanmarket/chore/TECH-30764-create-testabl…
Browse files Browse the repository at this point in the history
…e-lodgement

TECH-30764 Create testable lodgement
  • Loading branch information
AliArmanLMG authored Aug 27, 2024
2 parents deb3514 + 7cce5d9 commit dd4d700
Show file tree
Hide file tree
Showing 24 changed files with 2,024 additions and 228 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
9 changes: 9 additions & 0 deletions samples/MyCRM.Lodgement.Core/Enums/ApplicationScenario.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System.ComponentModel;

namespace MyCRM.Lodgement.Common.Models;

public enum LoanApplicationScenario
{
[Description("NewLoanApplication")]
NewLoanApplication,
}
Loading

0 comments on commit dd4d700

Please sign in to comment.