コード例 #1
0
 public List <ChatLog> GetAllOpenChatsWithCareRecipientID(int userid)
 {
     return(context.GetAllOpenChatsWithCareRecipientID(userid));
 }