Структура
This commit is contained in:
21
PARR.EsppTemplateSync/TemplateMQSyncer.cs
Normal file
21
PARR.EsppTemplateSync/TemplateMQSyncer.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PARR.EsppTemplateSync
|
||||
{
|
||||
internal class TemplateMQSyncer : ITemplateSyncer
|
||||
{
|
||||
public async Task StartAsync()
|
||||
{
|
||||
// throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
//throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user