C# 클래스 BuildIt.Config.Core.Api.Controllers.AppConfigurationController.AppConfigurationController
파일 보기
프로젝트 열기: builttoroam/BuildIt
공개 메소드들
메소드 |
설명 |
|
Post ( [ configMapperValues, string hash = null ) : AppConfigurationServerResponse |
|
|
Post ( [ configMapperValues, string hash = null ) : JsonResult |
|
|
메소드 상세
public Post ( [ configMapperValues, string hash = null ) : AppConfigurationServerResponse |
configMapperValues |
[ |
|
hash |
string |
|
리턴 |
BuildIt.Config.Core.Models.AppConfigurationServerResponse |
|
public Post ( [ configMapperValues, string hash = null ) : JsonResult |
configMapperValues |
[ |
|
hash |
string |
|
리턴 |
JsonResult |
|