コード例 #1
0
ファイル: UserManager.cs プロジェクト: dmitrydnl/StashBot
 public void CreateNewUser(long chatId, string password)
 {
     userRegistration.CreateNewUser(chatId, password);
 }