コード例 #1
0
 public List <Compensation> GetAllCompensations()
 {
     return(_compensationRepository.GetAll());
 }