예제 #1
0
 public void DeleteMeetup(Meetup meetup)
 {
     try
     {
         Meetup.Delete(meetup);
     }
     catch
     {
     }
 }