Example #1
0
 public void DeleteMakeProduct(string id)
 {
     _makeProductRepository.DeleteMakeProduct(id);
 }