示例#1
0
 // DELETE: api/Rooms/5
 public void Delete(int id)
 {
     _RoomRepo.DeleteRoom(id);
 }