mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Mass rename
This commit is contained in:
parent
4f7ac123dd
commit
9de159b533
66 changed files with 657 additions and 198 deletions
|
@ -26,14 +26,12 @@
|
|||
#endregion
|
||||
using Newtonsoft.Json;
|
||||
|
||||
using Omu.ValueInjecter;
|
||||
using PlexRequests.Core.SettingModels;
|
||||
using PlexRequests.Helpers;
|
||||
using PlexRequests.Store;
|
||||
using PlexRequests.Store.Models;
|
||||
|
||||
using RequestPlex.Core.SettingModels;
|
||||
using RequestPlex.Helpers;
|
||||
using RequestPlex.Store;
|
||||
using RequestPlex.Store.Models;
|
||||
|
||||
namespace RequestPlex.Core
|
||||
namespace PlexRequests.Core
|
||||
{
|
||||
public class SettingsServiceV2<T> : ISettingsService<T>
|
||||
where T : Settings, new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue