9 lines
		
	
	
		
			216 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			216 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ApplicationLayer.InfrastructureServicesInterfaces
 | |
| {
 | |
|     public interface IUserIdProvider
 | |
|     {
 | |
|         /// Returns identifier of authenticated user who sent the request
 | |
|         Guid GetUserId();
 | |
|     }
 | |
| }
 |