public InvitationSaver()
 {
     m_dependencyContaner = new Vondra.Thanksgiving.Extravaganza.DataTier.Client.DependencyContainer();
 }
Exemplo n.º 2
0
 public InvitationFactory(IInvitationResponseFactory responseFactory)
 {
     m_dependencyContainer = new Vondra.Thanksgiving.Extravaganza.DataTier.Client.DependencyContainer();
     m_responseFactory     = responseFactory;
 }
Exemplo n.º 3
0
 public MenuFactory(IMenuCommentFactory menuCommentFactory)
 {
     m_dependencyContainer = new Vondra.Thanksgiving.Extravaganza.DataTier.Client.DependencyContainer();
     m_menuCommentFactory  = menuCommentFactory;
 }