コード例 #1
0
 public ActionResult<IEnumerable<Chat>> GetChats(string userName)
 {
     return ChatContext.GetChats(userName);
 }