7 lines
113 B
C#
7 lines
113 B
C#
namespace Ewide.Application
|
|
{
|
|
public interface ITestService
|
|
{
|
|
string GetDescription();
|
|
}
|
|
} |