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

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

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

Method Details

Product() public method

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

Product() public method

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