8 lines
145 B
C#
8 lines
145 B
C#
namespace e_suite.API.Common;
|
|
|
|
public interface ISigmaImporter
|
|
{
|
|
Task ImportGMGProfiles();
|
|
|
|
Task ImportPrintSpecifications();
|
|
} |