CodeLiturgy.Dashboard/BlueWest.Views/Controllers/System/LogsController.cs

8 lines
121 B
C#
Raw Normal View History

2022-09-26 04:05:23 +03:00
using Microsoft.AspNetCore.Mvc;
namespace BlueWest.Views.Controllers;
public class LogsController : Controller
{
}