committed by
GitHub
parent
ac20664446
commit
79549bea05
@@ -13,6 +13,7 @@ namespace BasicDotnetTemplate.MainProject.Controllers
|
||||
protected readonly IConfiguration _configuration;
|
||||
protected readonly AppSettings _appSettings;
|
||||
protected readonly string _requestNotWellFormed = "Request is not well formed";
|
||||
protected readonly string _somethingWentWrong = "Something went wrong";
|
||||
|
||||
protected BaseController(
|
||||
IConfiguration configuration
|
||||
|
||||
Reference in New Issue
Block a user