Ejemplo n.º 1
0
 private void InitData()
 {
     this.AgencySql = null;
 }
Ejemplo n.º 2
0
        //  'AgencySql'

        #endregion

        #region Initialization

        //  'AgencySql'
        public AgencyManager(AgencySql poAgencySql)
        //  'AgencySql'
            : this()
        {
            this.AgencySql = poAgencySql;
        }