Exemplo n.º 1
0
 public DataTable ComboMotorista()
 {
     try
     {
         return(dao.CarregarComboMotoristaDAO());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }