public ApproachCycleAggregation Add(ApproachCycleAggregation approachCycleAggregation)
 {
     throw new NotImplementedException();
 }
 public void Update(ApproachCycleAggregation approachCycleAggregation)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Remove(ApproachCycleAggregation priorityAggregation)
 {
     throw new NotImplementedException();
 }