Example #1
0
 protected AbstractManager()
 {
     AutofacRegistrations.RegisterDaoFactory();
     Scope      = AutofacRegistrations.Container.BeginLifetimeScope();
     DaoFactory = Scope.Resolve <IDaoFactory>();
 }