Example #1
0
 public void DeletePosted(AdjustmentPost post)
 {
     _postedRepository.Delete(post);
 }