Preparing Controllers ...
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using System;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using xCommons.Attributes;
|
||||
using xCommons.Configurations;
|
||||
using xCommons.Extensions;
|
||||
using xCommons.Providers;
|
||||
using xExceptions.Constants;
|
||||
|
||||
namespace xCommons.Controllers {
|
||||
/// <summary>
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace xCommons.Controllers {
|
||||
public XAppConfiguration AppConfiguration { get; }
|
||||
public XValidationProvider ValidationProvider { get; }
|
||||
|
||||
public XBaseController (
|
||||
protected XBaseController (
|
||||
ILogger logger,
|
||||
XAppConfiguration appConfiguration,
|
||||
XValidationProvider validationProvider
|
||||
|
||||
Reference in New Issue
Block a user