This commit is contained in:
Paul Schneider 2021-08-15 19:09:01 +01:00
commit 504f431937
67 changed files with 239 additions and 96 deletions

View file

@ -1,9 +1,9 @@
using System;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using isn.Data;
using isnd.Data;
namespace isn.Controllers
namespace isnd.Controllers
{
public class NewUpdateController : Controller