Пример #1
0
 public bool DeleteSalesInvoice(string id)
 {
     return(_iSalesInvoiceRepository.DeleteSalesInvoice(id));
 }