コード例 #1
0
ファイル: GestorProjeto.cs プロジェクト: pepipe/ISEL
 public GestorProjeto()
 {
     m_pDAO = new ProjetoDAO();
 }
コード例 #2
0
ファイル: GestorProjeto.cs プロジェクト: pepipe/ISEL
 public void ReciclarProjetoDAO(String tipoUtilizador = null)
 {
     m_pDAO = new ProjetoDAO(tipoUtilizador);
 }