6 lines
177 B
C#
6 lines
177 B
C#
namespace library_spo_utils.Interfaces.Services;
|
|
|
|
public interface IPurchasingPackingSlipBuildService
|
|
{
|
|
public void CreateIfNotExists(string purchasingPackingSlipName);
|
|
} |