mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-07-31 08:35:58 +08:00
renamed from service to repository, makes more sense i guess
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.Library.Infrastructure.Services
|
||||
namespace Ocelot.Library.Infrastructure.Repository
|
||||
{
|
||||
public class CannotAddDataError : Error
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.Library.Infrastructure.Services
|
||||
namespace Ocelot.Library.Infrastructure.Repository
|
||||
{
|
||||
public class CannotFindDataError : Error
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.Library.Infrastructure.Services
|
||||
namespace Ocelot.Library.Infrastructure.Repository
|
||||
{
|
||||
public interface IScopedRequestDataRepository
|
||||
{
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Ocelot.Library.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.Library.Infrastructure.Services
|
||||
namespace Ocelot.Library.Infrastructure.Repository
|
||||
{
|
||||
public class ScopedRequestDataRepository : IScopedRequestDataRepository
|
||||
{
|
Reference in New Issue
Block a user