Example #1
0
 public Cotizacion GetOne(Guid id)
 {
     return(CotizacionesDAL.GetOne(id));
 }