C# Class Spring.Data.Northwind.AdoTemplateShipperDao

AdoTemplate based implementation of IShipperDao
Inheritance: Spring.Data.Core.AdoDaoSupport, IShipperDao
Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
Create ( string name, string phone ) : Shipper

Method Details

Create() public method

public Create ( string name, string phone ) : Shipper
name string
phone string
return Shipper