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

8 lines
124 B
C#
Raw Normal View History

2022-09-26 04:05:23 +03:00
using Microsoft.AspNetCore.Mvc;
2022-10-30 19:48:24 +03:00
namespace CodeLiturgy.Views.Controllers;
2022-09-26 04:05:23 +03:00
public class LogsController : Controller
{
}