Ejemplo n.º 1
0
        /// <summary>
        /// 数据操作入口
        /// </summary>
        public DalHandler()
        {
            ProteinHandler ph = new ProteinHandler();

            this.EntityFact = ph.GetEntityFactory();
        }