Moved file structure
This commit is contained in:
parent
1918ebbafd
commit
f083ff3f23
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Portfolio.Application.Services.PokemonService
|
namespace Portfolio.Application.Services.PokemonNatureService
|
||||||
{
|
{
|
||||||
public interface IPokemonNatureService
|
public interface IPokemonNatureService
|
||||||
{
|
{
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Portfolio.Application.Services.PokemonService
|
namespace Portfolio.Application.Services.PokemonNatureService
|
||||||
{
|
{
|
||||||
public class PokemonNatureService : IPokemonNatureService
|
public class PokemonNatureService : IPokemonNatureService
|
||||||
{
|
{
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Portfolio.Application.Services.PokemonService
|
namespace Portfolio.Application.Services.PokemonSubskillService
|
||||||
{
|
{
|
||||||
public interface IPokemonSubskillService
|
public interface IPokemonSubskillService
|
||||||
{
|
{
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Portfolio.Application.Services.PokemonService
|
namespace Portfolio.Application.Services.PokemonSubskillService
|
||||||
{
|
{
|
||||||
public class PokemonSubskillService : IPokemonSubskillService
|
public class PokemonSubskillService : IPokemonSubskillService
|
||||||
{
|
{
|
Loading…
Reference in New Issue