in appx/Power BI Embedded/powerbi-sample-app/powerbi-sample-app/Controllers/AircraftController.cs [31:43]
public ActionResult Create(FormCollection collection)
{
try
{
// TODO: Add insert logic here
return RedirectToAction("Index");
}
catch
{
return View();
}
}