Ejemplo n.º 1
0
 public ActionResult UnAllocate(int id = 1)
 {
     ViewBag.Message = allocateClassRoomManager.UnAllocateRooms();
     return(View());
 }