1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Added setup and refactoring

This commit is contained in:
Jovan Popovic
2016-06-18 23:09:56 +02:00
parent 3aa76a3a21
commit 45c1308e38
6 changed files with 27 additions and 17 deletions

View File

@ -1,11 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Belgrade.SqlClient;
using Microsoft.AspNetCore.Mvc;
using Belgrade.SqlClient;
using System.Data.SqlClient;
using System.IO;
using System.Threading.Tasks;
namespace TodoApp.Controllers
{