Méthode | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( System id ) : System.Web.Mvc.ActionResult | ||
Details ( System id ) : System.Web.Mvc.ViewResult | ||
Edit ( System id ) : ActionResult | ||
Index ( ) : ViewResult | ||
ProductTypesController ( ) : System | ||
ProductTypesController ( IProductTypeRepository producttypeRepository ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Delete ( System id ) : System.Web.Mvc.ActionResult | ||
id | System | |
Résultat | System.Web.Mvc.ActionResult |
public Details ( System id ) : System.Web.Mvc.ViewResult | ||
id | System | |
Résultat | System.Web.Mvc.ViewResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public ProductTypesController ( IProductTypeRepository producttypeRepository ) : System | ||
producttypeRepository | IProductTypeRepository | |
Résultat | System |