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

Inheritance: IService
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Private Methods

Méthode Description
DummyNoSession ( ) : void
GetAccountWithSpecificDataMapper ( int id ) : Account
InsertTransactionalAccount ( Account account ) : void
InsertTransactionalAccountWithError ( Account account ) : void

Method Details

GetAccount() public méthode

public GetAccount ( int id ) : Account
id int
Résultat Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account

InsertAccount() public méthode

public InsertAccount ( Account account ) : void
account Castle.Facilities.IBatisNetIntegration.Tests.Domain.Account
Résultat void

ResetTableAccount() public méthode

public ResetTableAccount ( ) : void
Résultat void

Service() public méthode

public Service ( IAccountDao accountDao ) : System
accountDao IAccountDao
Résultat System