コード例 #1
0
 public List <SalaryItemResponse> GetAll()
 {
     return(_salaryItemService.GetAll(1));
 }