コード例 #1
0
 public List <TRS_Domain.INTEREST.Data> GetAllNotVerifiedInterests()
 {
     return(_interestRepo.GetAllNotVerifiedInterests());
 }