Example #1
0
 public IHttpActionResult CreateSimulation([FromBody] CreateSimulationDataModel model) =>
 Ok(repo.CreateSimulation(model, db));