unfinished progress
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\COA.EnterpriseServices.DataAccess.EntityFramework\COA.EnterpriseServices.DataAccess.EntityFramework.csproj" />
|
||||
<ProjectReference Include="..\COA.EnterpriseServices.DataAccess.QuickBase\COA.EnterpriseServices.DataAccess.QuickBase.csproj" />
|
||||
<ProjectReference Include="..\COA.EnterpriseServices.DataAccess\COA.EnterpriseServices.DataAccess.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
13
COA.EnterpriseServices.Sandbox/Program.cs
Normal file
13
COA.EnterpriseServices.Sandbox/Program.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using COA.EnterpriseServices.DataAccess.EntityFramework;
|
||||
using System;
|
||||
|
||||
namespace COA.EnterpriseServices.Sandbox
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var dataAcces = new EntityDataAccess
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user