예제 #1
0
 public IPair <E1, E2> Sum(string s)
 {
     return(new Pair <E1, E2>(Factory1.Sum(s), Factory2.Sum(s)));
 }