init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user