예제 #1
0
 public ChatLog GetSingleChatLog(int chatLogId)
 {
     return(_chat.GetSingleChatLog(chatLogId));
 }