Example #1
0
 public AdjustmentPost GetPostedById(int id)
 {
     return(_postedRepository.GetById(id));
 }