コード例 #1
0
 public async Task AddUserToChat([FromBody] UserChat userChat)
 {
     ChatContext.AddUserToChat(userChat);
 }