Exemplo n.º 1
0
 protected void deleteVendorBalanceEntry(IList sces)
 {
     foreach (VendorBalanceEntry sce in sces)
     {
         VendorBalanceEntryRepository.Delete(m_command, sce);
     }
 }
Exemplo n.º 2
0
 protected void deleteVendorBalanceEntry(VendorBalanceEntry vbe)
 {
     VendorBalanceEntryRepository.Delete(m_command, vbe);
 }