Exemple #1
0
 public void CopyDatabase(string @from, string to)
 {
     _mongoServer.CopyDatabase(@from, to);
 }