/// <summary> /// 装饰器 /// </summary> static void Method2() { LogDao dao = new LogDao(new DaoImpl()); dao.insert(); dao.update(); dao.delete(); }