2020-03-10 16:33:28 +01:00

17 lines
314 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 ZUGFeRDRESTService
{
public class UploadTestModel : PageModel
{
public void OnGet()
{
}
}
}