This commit is contained in:
2020-10-13 20:56:53 -04:00
commit 3c6e421dbf
12 changed files with 559 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,8 @@
using System;
namespace COA.EnterpriseServices.DataAccess.QuickBase
{
public class Class1
{
}
}