13 lines
371 B
C#
13 lines
371 B
C#
namespace Kreta.Ellenorzo.Dto.VN
|
|
{
|
|
public static class Constant
|
|
{
|
|
public static readonly string ResponseSuffix = "Dto";
|
|
|
|
public static readonly char UidDelimiter = ';';
|
|
|
|
public static readonly char UidInnerDelimiter = ',';
|
|
|
|
public static readonly string WebApiDefaultNamespace = "Kreta.Ellenorzo.WebApi.VN.Controllers";
|
|
}
|
|
}
|