コード例 #1
0
 public void AddUserToChat(long chatId, int userId)
 {
     userMapper.AddToChat(chatId, userId);
 }