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