public bool UpdateCompraDetalle(IList <TbFaCotizacionDetalle> domain) { return(repository.UpdateCotizacionDetalle(domain)); }