文件名从 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Syslog/dt_logController.cs 修改 |
| | |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEAWCS_Server.Controllers.Syslog |
| | | namespace WIDESEAWCS_Server.Controllers.System |
| | | { |
| | | [Route("api/dt_log")] |
| | | [Route("api/Sys_Log")] |
| | | [ApiController] |
| | | public class dt_logController : ApiBaseController<ISys_LogService, Sys_Log> |
| | | public class Sys_LogController : ApiBaseController<ISys_LogService, Sys_Log> |
| | | { |
| | | private readonly IHttpContextAccessor _httpContextAccessor; |
| | | public dt_logController(ISys_LogService service, IHttpContextAccessor httpContextAccessor) : base(service) |
| | | public Sys_LogController(ISys_LogService service, IHttpContextAccessor httpContextAccessor) : base(service) |
| | | { |
| | | _httpContextAccessor = httpContextAccessor; |
| | | } |