mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Lot's of refactoring
This commit is contained in:
parent
c6865d9dcc
commit
263240c648
36 changed files with 732 additions and 660 deletions
|
@ -8,7 +8,7 @@ using Ombi.Store.Entities.Requests;
|
|||
|
||||
namespace Ombi.Core.Rule.Rules.Request
|
||||
{
|
||||
public class AutoApproveRule : BaseRequestRule, IRequestRules<BaseRequest>
|
||||
public class AutoApproveRule : BaseRequestRule, IRules<BaseRequest>
|
||||
{
|
||||
public AutoApproveRule(IPrincipal principal)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue