feat(EsppSync): доработка логики
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
namespace PARR.EsppSync
|
||||
using PARR.Constants;
|
||||
|
||||
namespace PARR.EsppSync
|
||||
{
|
||||
public interface IEsppObject
|
||||
{
|
||||
public string TemplateName { get; set; }
|
||||
|
||||
public RobotsEnum Robot { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user