Example #1
0
 public void Remove(Profile profile)
 {
     context.Remove(profile);
 }
Example #2
0
 public void Remove(Room room)
 {
     context.Remove(room);
 }