Backend/e-suite.Messaging.Common/e-suite.Messaging.Common/IEFlowSyncMessageSender.cs
2026-01-20 21:50:10 +00:00

9 lines
222 B
C#

using eSuite.Core.Miscellaneous;
namespace e_suite.Messaging.Common;
public interface IEFlowSyncMessageSender
{
void SyncEFlowPrinterCategories();
void SyncEFlowPrinterCategories(List<GeneralIdRef> domains);
}