dev: refactored .bible and .quran, moved to their own folder and created ReligiousApiService for their logic

This commit is contained in:
Kwoth
2024-07-30 14:12:16 +00:00
parent d9e080f4b9
commit 6fefce4c4d
9 changed files with 178 additions and 124 deletions

View File

@@ -77,7 +77,6 @@ csharp_style_var_when_type_is_apparent = true:suggestion
# Expression-bodied members
csharp_style_expression_bodied_accessors = true:suggestion
csharp_style_expression_bodied_constructors = when_on_single_line:suggestion
csharp_style_expression_bodied_indexers = true:suggestion
csharp_style_expression_bodied_lambdas = true:suggestion
csharp_style_expression_bodied_local_functions = true:suggestion