Example #1
0
 public int CreateNewChatLog(int reactionId, int volunteerId, int careRecipientId) =>
 _chat.CreateNewChatLog(reactionId, volunteerId, careRecipientId);
 public void CreateNewChatLog(int reactionID, int volunteerID, int careRecipientID) =>
 context.CreateNewChatLog(reactionID, volunteerID, careRecipientID);