Stub files for tests for query execution

This commit is contained in:
Benjamin Russell
2016-08-05 11:11:50 -07:00
parent 05e4c4f3a9
commit 0740e81dab
4 changed files with 77 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Data.Common;
namespace Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts
namespace Microsoft.SqlTools.ServiceLayer.QueryExecution
{
public class ResultSet
{