메소드 | 설명 | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( System id ) : System.Web.Mvc.ActionResult | ||
Details ( System id ) : System.Web.Mvc.ViewResult | ||
Edit ( System id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
RestaurantsController ( ) : System | ||
RestaurantsController ( IRestaurantRepository restaurantRepository ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Create ( |
||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Delete ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( System id ) : System.Web.Mvc.ViewResult | ||
id | System | |
리턴 | System.Web.Mvc.ViewResult |
public Edit ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
리턴 | System.Web.Mvc.ActionResult |
public RestaurantsController ( IRestaurantRepository restaurantRepository ) : System | ||
restaurantRepository | IRestaurantRepository | |
리턴 | System |