C# Class ServiceStack.ServiceHost.Tests.Formats.Product

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

Method Description
Product ( ) : System
Product ( string name, decimal price ) : System

Method Details

Product() public method

public Product ( ) : System
return System

Product() public method

public Product ( string name, decimal price ) : System
name string
price decimal
return System