Exemple #1
0
 public string createONTID(string privatekey)
 {
     return(account.createONTID(privatekey));
 }
Exemple #2
0
 public string CreateOntid(string privatekey)
 {
     return(_account.createONTID(privatekey));
 }