2024-09-28 12:34:36 +03:30
|
|
|
|
namespace DocuMed.Domain.Models;
|
|
|
|
|
|
|
|
|
|
|
|
public static class Refers
|
|
|
|
|
|
{
|
|
|
|
|
|
public const int SizeS = 10;
|
|
|
|
|
|
public const int SizeM = 15;
|
|
|
|
|
|
public const int SizeL = 20;
|
2025-01-12 11:22:32 +03:30
|
|
|
|
public const int MaxSize = 25;
|
2024-09-28 12:34:36 +03:30
|
|
|
|
}
|