Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										16
									
								
								Domains/ApplicantDomain/PlaceOfWork.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Domains/ApplicantDomain/PlaceOfWork.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| namespace Domains.ApplicantDomain; | ||||
|  | ||||
| public class PlaceOfWork : IEntity | ||||
| { | ||||
|     /// Unique identifier of <see cref="PlaceOfWork"/> | ||||
|     public Guid Id { get; private set; } = Guid.NewGuid(); | ||||
|  | ||||
|     /// Name of hirer | ||||
|     public string Name { get; set; } = null!; | ||||
|  | ||||
|     /// <see cref="ApplicantDomain.Address"/> of hirer | ||||
|     public Address Address { get; set; } = null!; | ||||
|  | ||||
|     /// Phone number of hirer | ||||
|     public string PhoneNum { get; set; } = null!; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user