Exemplo n.º 1
0
        public async Task <IActionResult> UpdateAppSettings(WebAppInfo model)
        {
            OperationResult result = await _mediatr.Send(new UpdateConfigSectionCommand(model));

            return(HandleResult(result));
        }
Exemplo n.º 2
0
 public void CreateMockApp()
 {
     mockApp = new WebAppInfo("MockApp.html", Guid.Empty, DateTime.Now);
 }