Example #1
0
 public IEnumerable <AdjustmentPost> GetAllPosted()
 {
     return(_postedRepository.GetAll());
 }