6 lines
161 B
C#
6 lines
161 B
C#
namespace library_spo_utils.Interfaces.Services;
|
|
|
|
public interface IPurchasingOrderBuildService
|
|
{
|
|
public void CreateIfNotExists(string purchasingOrder);
|
|
} |