コード例 #1
0
 public Chat GetById(int id)
 {
     return(_chatInterface.GetById(id));
 }