Added entity-model mappers
Added and applied field size constants
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace PostFundManagement.Domain.Extensions;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public const int LabelLength = 256;
|
||||
|
||||
public const int ShortLabelLength = 100;
|
||||
|
||||
public const int TextLength = 1024;
|
||||
|
||||
public const int MediumTextLength = 2048;
|
||||
|
||||
public const int LargeTextLength = 4096;
|
||||
}
|
||||
Reference in New Issue
Block a user