Example #1
0
 public int DeleteVendor(int ID)
 {
     return(ToolsSetingBAL.DeleteVendor(ID));
 }