Exemple #1
0
 public void CreateNewUser(long chatId, string password)
 {
     userRegistration.CreateNewUser(chatId, password);
 }