Files
mixtape/unjo.Web/Controllers/BackofficeController.cs
T
2020-03-22 14:47:59 +01:00

13 lines
234 B
C#

using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace unjo.Web.Controllers
{
public abstract class BackofficeController : Controller
{
}
}