6 lines
163 B
C#
6 lines
163 B
C#
namespace console_spo_utils.Interfaces.Services;
|
|
|
|
internal interface INonComplianceBuildService
|
|
{
|
|
public void CreateIfNotExists(string nonComplianceName);
|
|
} |