C# Class BuildIt.Config.Core.Api.Controllers.AppConfigurationController.AppConfigurationController
Exibir arquivo
Open project: builttoroam/BuildIt
Public Methods
Method |
Description |
|
Post ( [ configMapperValues, string hash = null ) : AppConfigurationServerResponse |
|
|
Post ( [ configMapperValues, string hash = null ) : JsonResult |
|
|
Method Details
public Post ( [ configMapperValues, string hash = null ) : AppConfigurationServerResponse |
configMapperValues |
[ |
|
hash |
string |
|
return |
BuildIt.Config.Core.Models.AppConfigurationServerResponse |
|
public Post ( [ configMapperValues, string hash = null ) : JsonResult |
configMapperValues |
[ |
|
hash |
string |
|
return |
JsonResult |
|