예제 #1
0
 public List <SBAdjustmentDto> GetAdjustmentsByPlanId(int?planId)
 {
     return(_dataService.GetAdjustmentsByPlanId(planId));
 }