Moved file structure

This commit is contained in:
Kira Jiroux 2025-02-17 16:34:14 -05:00
parent 1918ebbafd
commit f083ff3f23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Portfolio.Application.Services.PokemonService
namespace Portfolio.Application.Services.PokemonNatureService
{
public interface IPokemonNatureService
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Portfolio.Application.Services.PokemonService
namespace Portfolio.Application.Services.PokemonNatureService
{
public class PokemonNatureService : IPokemonNatureService
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Portfolio.Application.Services.PokemonService
namespace Portfolio.Application.Services.PokemonSubskillService
{
public interface IPokemonSubskillService
{

View File

@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Portfolio.Application.Services.PokemonService
namespace Portfolio.Application.Services.PokemonSubskillService
{
public class PokemonSubskillService : IPokemonSubskillService
{