C# Class PetStore.Web.Controllers.Admin.ProductManagementController

Inheritance: AbstractSecureController
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Create ( [ product, System.Web.HttpPostedFile picture ) : void
List ( ) : void
New ( ) : void

Private Methods

Method Description
GetPictureCompleteDir ( ) : String

Method Details

Create() public method

public Create ( [ product, System.Web.HttpPostedFile picture ) : void
product [
picture System.Web.HttpPostedFile
return void

List() public method

public List ( ) : void
return void

New() public method

public New ( ) : void
return void