Example #1
0
 public IEnumerable <Cotizacion> SearchByTerm(string term)
 {
     return(CotizacionesDAL.SearchByTerm(term));
 }