コード例 #1
0
ファイル: AgendamentoCT.cs プロジェクト: hermsdorff/LabAgeis1
 public Boolean Insere(AgendamentoDTO pAgendamentoDTO)
 {
     try
     {
         return(AgendamentoDAO.Insere(pAgendamentoDTO));
     }
     catch (Exception e)
     {
         throw e;
     }
 }