Files
upo-senior-assistant/SeniorAssistant/Views/Shared/Profile.cshtml.cs
2018-12-14 16:39:45 +01:00

16 lines
317 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 SeniorAssistant.Views.Shared
{
public class SuccessModel : PageModel
{
public void OnGet()
{
}
}
}