コード例 #1
0
 public static List <Agendamento> BuscarTodos()
 {
     try
     {
         return(AgendamentoDAO.BuscarTodos());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }