public async Task <IActionResult> UpdateAppSettings(WebAppInfo model) { OperationResult result = await _mediatr.Send(new UpdateConfigSectionCommand(model)); return(HandleResult(result)); }
public void CreateMockApp() { mockApp = new WebAppInfo("MockApp.html", Guid.Empty, DateTime.Now); }