change namespace
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace BackgroundService.Services;
|
||||
using BackgroundService.Services;
|
||||
|
||||
namespace BackgroundService.Jobs.Test;
|
||||
|
||||
public class TestService:ITestService
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using BackgroundService.Jobs;
|
||||
using BackgroundService.Jobs.Test;
|
||||
using BackgroundService.Services;
|
||||
|
||||
namespace BackgroundService;
|
||||
|
||||
Reference in New Issue
Block a user