Example #1
0
 public MeetingDto CreateMeeting(MeetingDto model)
 {
     return(_meetingsRepository.InsertMeeting(model));
 }