Beispiel #1
0
        public void AddWings(Wing objWing)
        {
            try
            {
                var objPersonsDL = new ResidentsSvcDL();
                objPersonsDL.AddWings(objWing);
            }
            catch (Exception)
            {

                throw;
            }
        }