Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -0,0 +1,15 @@ | ||||
| using ApplicationLayer.Services.Users.Requests; | ||||
| using Bogus; | ||||
| using VisaApi.Fakers.Common; | ||||
|  | ||||
| namespace VisaApi.Fakers.Users.Requests; | ||||
|  | ||||
| public sealed class ChangeUserAuthDataRequestFaker : Faker<ChangeUserAuthDataRequest> | ||||
| { | ||||
|     private static ChangeAuthDataFaker changeAuthDataFaker = new(); | ||||
|  | ||||
|     public ChangeUserAuthDataRequestFaker() | ||||
|     { | ||||
|             CustomInstantiator(_ => new(Guid.NewGuid(), changeAuthDataFaker.Generate())); | ||||
|         } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user