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