Exemplo n.º 1
0
 public static void Delete(EntryResponse entry)
 {
     allMovies.Remove(entry);
 }
Exemplo n.º 2
0
 public static void Create(EntryResponse entry)
 {
     allMovies.Add(entry);
 }