elsa-core/src/Flowsharp.Web.Components/Views/Index1.cshtml.cs
Sipke Schoorstra c9a16acd4e WIP
2018-10-17 11:25:31 +02:00

16 lines
318 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Flowsharp.Web.Components.Pages
{
public class Index1Model : PageModel
{
public void OnGet()
{
}
}
}