C# Class Castle.Facilities.IBatisNetIntegration.Tests.Service

Inheritance: IService
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
GetAccount ( int id ) : Account
InsertAccount ( Account account ) : void
ResetTableAccount ( ) : void
Service ( IAccountDao accountDao ) : System

Private Methods

Method Description
DummyNoSession ( ) : void
GetAccountWithSpecificDataMapper ( int id ) : Account
InsertTransactionalAccount ( Account account ) : void
InsertTransactionalAccountWithError ( Account account ) : void

Method Details

GetAccount() public method

public GetAccount ( int id ) : Account
id int
return Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account

InsertAccount() public method

public InsertAccount ( Account account ) : void
account Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account
return void

ResetTableAccount() public method

public ResetTableAccount ( ) : void
return void

Service() public method

public Service ( IAccountDao accountDao ) : System
accountDao IAccountDao
return System