6 lines
102 B
C#
6 lines
102 B
C#
namespace PSCHelpdesk.Shared.Service;
|
|
|
|
public interface ITestService
|
|
{
|
|
public void addItem();
|
|
} |