Пример #1
0
 public bool DeleteCotizacionDetalle(TbFaCotizacionDetalle domain)
 {
     return(repository.DeleteCotizacionDetalle(domain));
 }