Add EditorState + Rename ConfigurationResponseModel, ApplicationStateModel
This commit is contained in:
parent
c256a76e01
commit
b86f073cc1
6 changed files with 54 additions and 36 deletions
|
@ -20,8 +20,8 @@ public class SVGLDController : ControllerBase
|
|||
return true;
|
||||
}
|
||||
|
||||
[HttpPost(Name = nameof(SVGLDLibs.Models.ApplicationStateModel))]
|
||||
public bool ApplicationStateModel(ApplicationStateModel model)
|
||||
[HttpPost(Name = nameof(SVGLDLibs.Models.HistoryState))]
|
||||
public bool ApplicationStateModel(HistoryState model)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -44,8 +44,8 @@ public class SVGLDController : ControllerBase
|
|||
return true;
|
||||
}
|
||||
|
||||
[HttpPost(Name = nameof(SVGLDLibs.Models.ConfigurationResponseModel))]
|
||||
public bool ConfigurationResponseModel(ConfigurationResponseModel model)
|
||||
[HttpPost(Name = nameof(SVGLDLibs.Models.Configuration))]
|
||||
public bool ConfigurationResponseModel(Configuration model)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue