Example #1
0
 public void DeleteBarrel(int id)
 {
     _repository.DeleteBarrel(id);
 }