Esempio n. 1
0
 public string GenerateProfileDeleteCode()
 {
     _accountDelete.GenerateCode(4);
     return(_accountDelete.GeneratedCode);
 }