Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			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
									
								
								VisaApiTests/Fakers/Applicants/Requests/NameModelFaker.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								VisaApiTests/Fakers/Applicants/Requests/NameModelFaker.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| using ApplicationLayer.Services.Applicants.Models; | ||||
| using Bogus; | ||||
|  | ||||
| namespace VisaApi.Fakers.Applicants.Requests; | ||||
|  | ||||
| public sealed class NameModelFaker : Faker<NameModel> | ||||
| { | ||||
|     public NameModelFaker() | ||||
|     { | ||||
|             RuleFor(m => m.FirstName, f => f.Name.FirstName()); | ||||
|  | ||||
|             RuleFor(m => m.Surname, f => f.Name.LastName()); | ||||
|  | ||||
|             RuleFor(m => m.Patronymic, f => f.Name.FirstName()); | ||||
|         } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user