Added validation and fixed errors
This commit is contained in:
		| @@ -0,0 +1,8 @@ | ||||
| namespace ApplicationLayer.InfrastructureServicesInterfaces | ||||
| { | ||||
|     public interface IUserIdProvider | ||||
|     { | ||||
|         /// Returns identifier of authenticated user who sent the request | ||||
|         Guid GetUserId(); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user