mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
mv some Dtos to Core
This commit is contained in:
parent
24fad7a24b
commit
0d2123d763
6 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Agent.Features.Urls.Models
|
||||
namespace FilterLists.Agent.Core.Urls.EntityUrls
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class LicenseUrls
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Agent.Features.Urls.Models
|
||||
namespace FilterLists.Agent.Core.Urls.EntityUrls
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class ListUrls
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Agent.Features.Urls.Models
|
||||
namespace FilterLists.Agent.Core.Urls.EntityUrls
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class MaintainerUrls
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Agent.Features.Urls.Models
|
||||
namespace FilterLists.Agent.Core.Urls.EntityUrls
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class SoftwareUrls
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace FilterLists.Agent.Features.Urls.Models
|
||||
namespace FilterLists.Agent.Core.Urls.EntityUrls
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class SyntaxUrls
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using FilterLists.Agent.Core.Urls;
|
||||
using FilterLists.Agent.Features.Urls.Models;
|
||||
using FilterLists.Agent.Core.Urls.EntityUrls;
|
||||
using JetBrains.Annotations;
|
||||
using RestSharp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue