Updated models

This commit is contained in:
2024-08-13 17:51:48 +03:00
parent 5db1d1b1c5
commit 5475e587be
7 changed files with 45 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
namespace Domains.VisaApplicationDomain
{
/// Category of visa
public enum VisaCategory
{
Transit,
ShortDated
}
}