3 lines
		
	
	
		
			115 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			115 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ApplicationLayer.Services.AuthServices.Common;
 | |
| 
 | |
| public record AuthData(string Email, string Password); |