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