9 lines
222 B
C#
9 lines
222 B
C#
using eSuite.Core.Miscellaneous;
|
|
|
|
namespace e_suite.Messaging.Common;
|
|
|
|
public interface IEFlowSyncMessageSender
|
|
{
|
|
void SyncEFlowPrinterCategories();
|
|
void SyncEFlowPrinterCategories(List<GeneralIdRef> domains);
|
|
} |