refactor (readonly for static objects in tests and file-scoped namespaces
This commit is contained in:
		| @@ -1,6 +1,5 @@ | ||||
| using BlazorWebAssemblyVisaApiClient.Common.Exceptions; | ||||
|  | ||||
| namespace BlazorWebAssemblyVisaApiClient.Infrastructure.Services.UserDataProvider.Exceptions | ||||
| { | ||||
|     public class UnknownRoleException() : BlazorClientException("Unknown user role"); | ||||
| } | ||||
| namespace BlazorWebAssemblyVisaApiClient.Infrastructure.Services.UserDataProvider.Exceptions; | ||||
|  | ||||
| public class UnknownRoleException() : BlazorClientException("Unknown user role"); | ||||
		Reference in New Issue
	
	Block a user