コード例 #1
0
 public void InsertChatMessage(IDbConnection connection, int chatId, int userId, string message)
 {
     repository.InsertChatMessage(connection, chatId, userId, message);
 }