Exemplo n.º 1
0
 public static DataBase Combine(DataBase first, DataBase second)
 {
     first.Combine(second);
     return first;
 }