Commit Graph

129 Commits

Author SHA1 Message Date
026a104131 Refactored and fixed errors 2024-08-15 23:42:18 +03:00
72924fb037 Fixed configurations of owned types 2024-08-15 23:40:50 +03:00
54e31d41fc fixed warnings 2024-08-15 18:54:26 +03:00
927a01cdbe Created method for finding city by its name and country 2024-08-15 18:54:17 +03:00
4c3380ee8d Created more proper NotFound exceptions 2024-08-15 18:53:36 +03:00
604081e047 Moved interfaces, created new folders for visa requests and handlers 2024-08-15 18:26:14 +03:00
b02e30ba2a Moved repository interfaces to application layer, created blank visa requests handler 2024-08-15 18:22:38 +03:00
c1a4acf414 Changed models, added Application layer models 2024-08-15 14:54:23 +03:00
1d8405b4ec Merge remote-tracking branch 'origin/main' 2024-08-15 14:36:41 +03:00
47509906a5 DateTime instead of DateOnly, fixed warnings 2024-08-15 14:36:32 +03:00
a81739214c DateTime instead of DateOnly, fixed warnings 2024-08-15 14:35:55 +03:00
25a9d8f86d Fixed database context 2024-08-15 14:26:59 +03:00
29fce811d4 Merge remote-tracking branch 'origin/main' 2024-08-15 14:17:45 +03:00
cec6a2cf26 Fixed order of adding services 2024-08-15 14:17:33 +03:00
769e72442b Added comments, changed generic repository, removed warnings 2024-08-15 14:15:23 +03:00
deaa9d9670 Added comments, changed generic repository, removed warnings 2024-08-15 14:15:01 +03:00
798811b093 DependencyInjection.cs for Infrastructure layer 2024-08-15 13:48:34 +03:00
e3d0d05355 Changed domains, configured links between VisaApplication and Applicant,created generic repository and repositories for domains 2024-08-14 18:49:42 +03:00
e0f9a0f10f Fixed warnings with unnecessary usings and forgotten nulls! 2024-08-13 22:05:10 +03:00
b424f0561e Added interfaces to read and write data in DB and added DbContext implementing these 2024-08-13 22:02:50 +03:00
3c17580941 Added passport to applicant which didn't have it because I'm dumb 2024-08-13 22:01:14 +03:00
987cf26f7b Made ReentryPermit an owned type 2024-08-13 21:59:48 +03:00
4f0d5bfaaa Moved middleware configuration to separated file 2024-08-13 19:50:30 +03:00
5f6f47206f Created Infrastructure layer 2024-08-13 17:58:28 +03:00
a77a8339d7 Moved registering services to separated class 2024-08-13 17:53:34 +03:00
cc7eb1d168 Added application layer 2024-08-13 17:52:45 +03:00
5475e587be Updated models 2024-08-13 17:51:48 +03:00
5db1d1b1c5 Models 2024-08-12 17:38:02 +03:00
14f9092f63 Created project 2024-08-12 15:22:26 +03:00