Example #1
0
 public ActionResult Edit(int id = 0)
 {
     return(View(_floorManager.Get(id)));
 }