Method | Description | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
Contact ( ) : System.Web.Mvc.ActionResult | ||
DeletefromCart ( string phone, int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
ListOrderCustomer ( string phone ) : System.Web.Mvc.ActionResult | ||
Order ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Order ( |
public About ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Contact ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeletefromCart ( string phone, int id ) : System.Web.Mvc.ActionResult | ||
phone | string | |
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ListOrderCustomer ( string phone ) : System.Web.Mvc.ActionResult | ||
phone | string | |
return | System.Web.Mvc.ActionResult |
public Order ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |