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