コード例 #1
0
ファイル: ChatRepository.cs プロジェクト: snekmel/Carespot
 public void DeleteChatBericht(int id)
 {
     _chatContext.DeleteChatBericht(id);
 }