|
|
|
@ -1,15 +1,7 @@
|
|
|
|
using cugoj_ng_server.Models;
|
|
|
|
using cugoj_ng_server.Models;
|
|
|
|
using cugoj_ng_server.Utilities;
|
|
|
|
using cugoj_ng_server.Utilities;
|
|
|
|
using Dapper;
|
|
|
|
|
|
|
|
using Microsoft.AspNetCore.Http;
|
|
|
|
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
using System;
|
|
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
using System.Data;
|
|
|
|
using System.Data;
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace cugoj_ng_server.Controllers
|
|
|
|
namespace cugoj_ng_server.Controllers
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|