Example #1
0
 public void DeleteBeeComingById(int id)
 {
     _beeComingsRepository.Delete(id);
 }