Пример #1
0
        public IEnumerable <Preference> GetPreferenceParticipantMeeting(int meetingId)
        {
            PreferenceParticipantMeeting ppm = new PreferenceParticipantMeeting();

            return(ppm.GetPreferenceParticipantMeeting(meetingId));
        }
Пример #2
0
 // POST api/values
 //public void Post([FromBody]string value)
 public void Post([FromBody] PreferenceParticipantMeeting ppm)
 {
     ppm.insertPreferenceParticipantMeeting();
 }