Exemple #1
0
 public bool Delete(object PalletId)
 {
     return(DespatchNotePalletId.Delete(PalletId) == 1);
 }