예제 #1
0
 public static void AddResponse(GuestReponse guestResponse)
 {
     responses.Add(guestResponse);
 }
예제 #2
0
 public void AddResponse(GuestReponse response)
 {
     context.Invites.Add(response);
     context.SaveChanges();
 }