Пример #1
0
 public void BanUserToChat([FromBody] UserChat userChat, double time)
 {
     ChatContext.BanUserToChat(userChat, time);
 }