public ApproachCycleAggregation Add(ApproachCycleAggregation approachCycleAggregation)
 {
     throw new NotImplementedException();
 }
 public void Update(ApproachCycleAggregation approachCycleAggregation)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void Remove(ApproachCycleAggregation priorityAggregation)
 {
     throw new NotImplementedException();
 }