Example #1
0
 bool IDatabase.SaveConfig(byte[] config)
 {
     return(DbClient.SaveConfig(config));
 }