progress
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
13
COA.EnterpriseServices.Creditor/Class1.cs
Normal file
13
COA.EnterpriseServices.Creditor/Class1.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace COA.EnterpriseServices.Creditor
|
||||
{
|
||||
public class CreditorController
|
||||
{
|
||||
}
|
||||
|
||||
public class SettlementController
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user