mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Some more #865
This commit is contained in:
parent
c7c3c22e1f
commit
515312427e
7 changed files with 43 additions and 55 deletions
|
@ -1,11 +1,10 @@
|
|||
using Ombi.Core.Claims;
|
||||
using System.Security.Principal;
|
||||
using Ombi.Core.Claims;
|
||||
using Ombi.Core.Models.Requests;
|
||||
using Ombi.Core.Rules;
|
||||
using Ombi.Store.Entities;
|
||||
using System.Security.Principal;
|
||||
using Ombi.Core.Rule.Interfaces;
|
||||
using Ombi.Store.Entities;
|
||||
|
||||
namespace Ombi.Core.Rule.Rules
|
||||
namespace Ombi.Core.Rule.Rules.Request
|
||||
{
|
||||
public class AutoApproveRule : BaseRequestRule, IRequestRules<BaseRequestModel>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue