8 lines
163 B
C#
8 lines
163 B
C#
namespace e_suite.Messaging.Common;
|
|
|
|
public interface ISigmaImportMessageSender
|
|
{
|
|
void PostImportGMGProfiles();
|
|
|
|
void PostImportPrintSpecifications();
|
|
} |