Changed models, added Application layer models

This commit is contained in:
2024-08-15 14:54:23 +03:00
parent 1d8405b4ec
commit c1a4acf414
50 changed files with 628 additions and 647 deletions

View File

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