COA.EnterpriseServices/COA.EnterpriseServices.Creditor/Class1.cs

14 lines
164 B
C#
Raw Normal View History

2020-10-14 21:25:05 +00:00
using System;
namespace COA.EnterpriseServices.Creditor
{
public class CreditorController
{
}
public class SettlementController
{
}
}