Files
mixtape/zero.Web/Controllers/BackofficeController.cs
T
2020-03-24 23:09:29 +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 zero.Web.Controllers
{
public abstract class BackofficeController : Controller
{
}
}