Codacy ID: bbc9c306f27cba19c6cb23388cbd32ab
File: EstateReportingAPI.BusinessLogic/ReportingManager.cs
Line: 825
Rule: Complexity (Warning)
Commit: 73253a59c3ec40f1d1ebef7ed780c97b6526e2c3
Message: Method ReportingManager::GetTransactionSummaryByOperatorReport has 72 lines of code (limit is 50)
**Code Snippet:**
```csharp
public async Task<Result<TransactionSummaryByOperatorResponse>> GetTransactionSummaryByOperatorReport(TransactionQueries.TransactionSummaryByOperatorQuery request,
```
Codacy ID:
bbc9c306f27cba19c6cb23388cbd32abFile:
EstateReportingAPI.BusinessLogic/ReportingManager.csLine: 825
Rule: Complexity (Warning)
Commit:
73253a59c3ec40f1d1ebef7ed780c97b6526e2c3Message: Method ReportingManager::GetTransactionSummaryByOperatorReport has 72 lines of code (limit is 50)