public TbFaCotizacionDetalle SaveCotizacionDetalle(TbFaCotizacionDetalle domain)
 {
     return(repository.SaveCotizacionDetalle(domain));
 }