C# 클래스 Castle.Facilities.IBatisNetIntegration.Tests.Service

상속: IService
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetAccount ( int id ) : Account
InsertAccount ( Account account ) : void
ResetTableAccount ( ) : void
Service ( IAccountDao accountDao ) : System

비공개 메소드들

메소드 설명
DummyNoSession ( ) : void
GetAccountWithSpecificDataMapper ( int id ) : Account
InsertTransactionalAccount ( Account account ) : void
InsertTransactionalAccountWithError ( Account account ) : void

메소드 상세

GetAccount() 공개 메소드

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

InsertAccount() 공개 메소드

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

ResetTableAccount() 공개 메소드

public ResetTableAccount ( ) : void
리턴 void

Service() 공개 메소드

public Service ( IAccountDao accountDao ) : System
accountDao IAccountDao
리턴 System