Esempio n. 1
0
        public CRONUS_Sverige_AB_Partner AddPartner(CRONUS_Sverige_AB_Partner newPartner)
        {
            try
            {
                return(dal.AddPartner(newPartner));
            }
            catch (DbEntityValidationException e)
            {
                throw e;
            }
            catch (SqlException e)
            {
                throw e;
            }

            catch (Exception e)
            {
                throw e;
            }
        }