RepositoryModel implemented

This commit is contained in:
2019-12-19 20:30:04 +01:00
parent 5e4da3d966
commit fc11be2baf
25 changed files with 397 additions and 16 deletions

View File

@ -3,7 +3,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System.Net;
using H_PLUS_Sports.Models;
using H_Plus_Sports.Models;
namespace HPlusSportsAPI.Controllers
{

View File

@ -2,7 +2,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using H_PLUS_Sports.Models;
using H_Plus_Sports.Models;
namespace HPlusSportsAPI.Controllers
{

View File

@ -2,7 +2,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using H_PLUS_Sports.Models;
using H_Plus_Sports.Models;
namespace HPlusSportsAPI.Controllers
{

View File

@ -3,7 +3,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using H_PLUS_Sports.Models;
using H_Plus_Sports.Models;
namespace HPlusSportsAPI.Controllers
{

View File

@ -2,7 +2,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using H_PLUS_Sports.Models;
using H_Plus_Sports.Models;
namespace HPlusSportsAPI.Controllers
{