コード例 #1
0
ファイル: ChatController.cs プロジェクト: rupurapu/Serverit
 public string GetAllMsgs()
 {
     return(_processor.GetAllMsgs());
 }