6 lines
139 B
C#
6 lines
139 B
C#
namespace library_spo_utils.Interfaces.Services;
|
|
|
|
internal interface IProjectService
|
|
{
|
|
public void BuildWebParts(string projName);
|
|
} |