예제 #1
0
 public bool DeleteMaterialPrice(int selectedRow)
 {
     return(dac.DeleteMaterialPrice(selectedRow));
 }