file-scoped namespaces
This commit is contained in:
		| @@ -2,22 +2,21 @@ | ||||
| using ApplicationLayer.Services.AuthServices.Common; | ||||
| using Domains.ApplicantDomain; | ||||
|  | ||||
| namespace ApplicationLayer.Services.AuthServices.Requests | ||||
| { | ||||
|     public record RegisterApplicantRequest( | ||||
|         AuthData AuthData, | ||||
|         Name ApplicantName, | ||||
|         Passport Passport, | ||||
|         DateTime BirthDate, | ||||
|         string CityOfBirth, | ||||
|         string CountryOfBirth, | ||||
|         string Citizenship, | ||||
|         string CitizenshipByBirth, | ||||
|         Gender Gender, | ||||
|         MaritalStatus MaritalStatus, | ||||
|         Name FatherName, | ||||
|         Name MotherName, | ||||
|         string JobTitle, | ||||
|         PlaceOfWorkModel PlaceOfWork, | ||||
|         bool IsNonResident) : RegisterRequest(AuthData); | ||||
| } | ||||
| namespace ApplicationLayer.Services.AuthServices.Requests; | ||||
|  | ||||
| public record RegisterApplicantRequest( | ||||
|     AuthData AuthData, | ||||
|     Name ApplicantName, | ||||
|     Passport Passport, | ||||
|     DateTime BirthDate, | ||||
|     string CityOfBirth, | ||||
|     string CountryOfBirth, | ||||
|     string Citizenship, | ||||
|     string CitizenshipByBirth, | ||||
|     Gender Gender, | ||||
|     MaritalStatus MaritalStatus, | ||||
|     Name FatherName, | ||||
|     Name MotherName, | ||||
|     string JobTitle, | ||||
|     PlaceOfWorkModel PlaceOfWork, | ||||
|     bool IsNonResident) : RegisterRequest(AuthData); | ||||
		Reference in New Issue
	
	Block a user