C# Class Castle.Facilities.NHibernateIntegration.Tests.Transactions.RootService

Inheritance: NHibernateGenericDao
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
RootService ( FirstDao firstDao, SecondDao secondDao, ISessionManager sessManager ) : System

Private Methods

Method Description
CallWithException ( ) : void
CallWithException2 ( ) : void
DoBlogRefOperation ( Blog blog ) : void
DoTwoDBOperation_Create ( bool throwException ) : void
SuccessFullCall ( ) : BlogItem

Method Details

RootService() public method

public RootService ( FirstDao firstDao, SecondDao secondDao, ISessionManager sessManager ) : System
firstDao FirstDao
secondDao SecondDao
sessManager ISessionManager
return System