예제 #1
0
 public AggregationMethod Make(MethodResolutionService methodResolutionService, int agentInstanceId, int groupId, int aggregationId)
 {
     return(methodResolutionService.MakeLeavingAggregator(agentInstanceId, groupId, aggregationId));
 }