init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
13
Kreta.WebApi/Ellenorzo/Kreta.Ellenorzo.Dto/VN/Constant.cs
Normal file
13
Kreta.WebApi/Ellenorzo/Kreta.Ellenorzo.Dto/VN/Constant.cs
Normal file
|
@ -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";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue