Beispiel #1
0
 public bool DeleteSale(long saleAccountId)
 {
     return(_saleRepository.DeleteSale(saleAccountId));
 }