Esempio n. 1
0
 public void CreateChatBericht(DateTime tijd, string bericht, int gebruikerId, int hulpopdrachtId)
 {
     _chatContext.CreateChatBericht(tijd, bericht, gebruikerId, hulpopdrachtId);
 }