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

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

Public Methods

Method Description
RootService2 ( FirstDao2 firstDao, SecondDao2 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

RootService2() public method

public RootService2 ( FirstDao2 firstDao, SecondDao2 secondDao, ISessionManager sessManager ) : System
firstDao FirstDao2
secondDao SecondDao2
sessManager ISessionManager
return System