Exemplo n.º 1
0
 public IPair <T1, T2> DateType()
 {
     return(new Pair <T1, T2>(Factory1.DateType(), Factory2.DateType()));
 }