Codacy ID: b954e92132cc4151ea21769fad3f13b
File: TransactionProcessor.Aggregates/MerchantStatementAggregate.cs
Line: 252
Rule: Complexity (Warning)
Commit: d6839d7baa9eededa6525914ad079ca09380b7e4
Message: Method MerchantStatementAggregateExtensions::AddDailySummaryRecord has 10 parameters (limit is 8)
**Code Snippet:**
```csharp
public static Result AddDailySummaryRecord(this MerchantStatementAggregate aggregate, DateTime activityDate,
```
Codacy ID:
b954e92132cc4151ea21769fad3f13bFile:
TransactionProcessor.Aggregates/MerchantStatementAggregate.csLine: 252
Rule: Complexity (Warning)
Commit:
d6839d7baa9eededa6525914ad079ca09380b7e4Message: Method MerchantStatementAggregateExtensions::AddDailySummaryRecord has 10 parameters (limit is 8)