Files
laatzen/Common/CommonCore/Exceptions/ICommonException.cs
T

11 lines
141 B
C#

using System;
namespace Xylem.Common.CommonCore.Exceptions
{
interface ICommonException
{
String GetHelpText();
}
}