C# Class Spring.Data.Northwind.Shipper

Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
Shipper ( )

Initializes a new instance of the Shipper class.

Shipper ( int id, string name, string phone )

Method Details

Shipper() public method

Initializes a new instance of the Shipper class.
public Shipper ( )

Shipper() public method

public Shipper ( int id, string name, string phone )
id int
name string
phone string