-
The country table must include the following columns:
- Name
- PersianName
- CountryCode
- Status: Active/Deactivate
- IsDeleted: True/False
-
The city table must include the following columns:
- Name
- PersianName
- CityCode
- Status: Active/Deactivate
- IsDeleted: True/False
- Type: Urban - Rural - SmallCity
- CountryId: Foreign key Relation To Country
-
Each country can have multiple cities.
-
It is not possible to register a city for inactive countries.
-
Deletion should occur in two ways: complete deletion or setting the "isDeleted" field to true.
-
Upload the project to GitHub and send the repository link to kalanaki@pendarpajouh.com
-
The use of authorization is optional and will be considered an advantage if handled.
-
The use of AutoMapper is considered an advantage.
-
The use of a service is considered an advantage.
-
Creating a Docker file and providing a Docker image file is considered an advantage.
-
It should be possible to edit each column of the tables without sending the remaining columns.
-
The country table must include the following columns:
- Name
- PersianName
- CountryCode
- Status: Active/Deactivate
- IsDeleted: True/False
-
The city table must include the following columns:
- Name
- PersianName
- CityCode
- Status: Active/Deactivate
- IsDeleted: True/False
- Type: Urban - Rural - SmallCity
- CountryId: Foreign key Relation To Country
-
Each country can have multiple cities.
-
It is not possible to register a city for inactive countries.
-
Deletion should occur in two ways: complete deletion or setting the "isDeleted" field to true.
-
Upload the project to GitHub and send the repository link to kalanaki@pendarpajouh.com
-
The use of authorization is optional and will be considered an advantage if handled.
-
The use of AutoMapper is considered an advantage.
-
The use of a service is considered an advantage.
-
Creating a Docker file and providing a Docker image file is considered an advantage.
-
It should be possible to edit each column of the tables without sending the remaining columns.
3618dd1 (first commit) Happy Code :-)