예제 #1
0
        public void BusinesLogicOperation()
        {
            DbModel model = new DbModel();

            try
            {
                model.DbOperation();
            }
            catch (DatabaseProjectException ex)
            {
                throw new BusinessLogicProjectException("dsaf", ex, "_dbsauhfgsdhfgbsi");
            }
        }