file-scoped namespaces
This commit is contained in:
		| @@ -1,4 +1,3 @@ | ||||
| namespace ApplicationLayer.GeneralExceptions | ||||
| { | ||||
|     public class AlreadyExistsException(string message) : ApiException(message); | ||||
| } | ||||
| namespace ApplicationLayer.GeneralExceptions; | ||||
|  | ||||
| public class AlreadyExistsException(string message) : ApiException(message); | ||||
		Reference in New Issue
	
	Block a user