C# Class AdventureWorks.WebServices.Controllers.ShippingMethodController

Inheritance: ApiController
Datei anzeigen Open project: PrismLibrary/Prism-Samples-Windows

Public Methods

Method Description
ShippingMethodController ( ) : System.Collections.Generic
ShippingMethodController ( IRepository shippingMethodRepository ) : System.Collections.Generic

Private Methods

Method Description
GetBasicShippingMethod ( ) : ShippingMethod
GetShippingMethods ( ) : IEnumerable

Method Details

ShippingMethodController() public method

public ShippingMethodController ( ) : System.Collections.Generic
return System.Collections.Generic

ShippingMethodController() public method

public ShippingMethodController ( IRepository shippingMethodRepository ) : System.Collections.Generic
shippingMethodRepository IRepository
return System.Collections.Generic