change namespace

This commit is contained in:
MahanCh
2025-07-28 16:03:35 +03:30
parent fee14c65ec
commit 117b5df447
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
namespace BackgroundService.Services;
using BackgroundService.Services;
namespace BackgroundService.Jobs.Test;
public class TestService:ITestService
{

View File

@@ -1,4 +1,5 @@
using BackgroundService.Jobs;
using BackgroundService.Jobs.Test;
using BackgroundService.Services;
namespace BackgroundService;