Clean namings and namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Managing.Application.Workers.Abstractions;
|
||||
using Managing.Application.Abstractions.Services;
|
||||
using Managing.Domain.Workers;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using static Managing.Common.Enums;
|
||||
@@ -29,4 +29,4 @@ public class WorkerController : ControllerBase
|
||||
{
|
||||
return Ok(await _workerService.ToggleWorker(workerType));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user