aggregator Questions
3
Solved
As an example, suppose I have the following class:
public class FruitBasket {
private List<Apple> apples;
private List<Orange> oranges;
// getters and setters...
}
Now suppose I a...
Mucoprotein asked 29/7, 2015 at 18:9
2
Solved
My needs
I would like our in house, standard product to fire different events when things happen.
In global asax on different custom solutions, I would like to hookup on these events, when n...
Leibniz asked 21/10, 2011 at 11:33
1
© 2022 - 2024 — McMap. All rights reserved.