Codacy ID: 89133ed4f382bc12e1e9b446495e7c1f
File: EstateReportingAPI.BusinessLogic/ReportingManager.cs
Line: 654
Rule: Complexity (Warning)
Commit: 354e1eb5e549b0a7408c451d7868d2a3616b8682
Message: Method ReportingManager::GetTransactionDetailReport has 70 lines of code (limit is 50)
**Code Snippet:**
```csharp
public async Task<Result<TransactionDetailReportResponse>> GetTransactionDetailReport(TransactionQueries.TransactionDetailReportQuery request,
```
Codacy ID:
89133ed4f382bc12e1e9b446495e7c1fFile:
EstateReportingAPI.BusinessLogic/ReportingManager.csLine: 654
Rule: Complexity (Warning)
Commit:
354e1eb5e549b0a7408c451d7868d2a3616b8682Message: Method ReportingManager::GetTransactionDetailReport has 70 lines of code (limit is 50)