Exemple #1
0
 public bool DeleteSellPrice(int value)
 {
     return(dac.DeleteSellPrice(value));
 }