summaryrefslogtreecommitdiff
path: root/21-implementierungsheft-kolloquium/slides/pattern.tex
blob: 141954b264c7c8e76c5b63b5ce772f30c6308cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\begin{frame}{Entwurfsmuster}
	\begin{columns}
		\column{.5\textwidth}
		\begin{greenblock}{Dependency Injection}
			Standard (\texttt{block})
        \end{greenblock}
		\column{.5\textwidth}
		\begin{blueblock}{Data Access Object (DAO)}
			= \texttt{exampleblock}
        \end{blueblock}
	\end{columns}
\end{frame}