RepositoryModel implemented
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user