コード例 #1
0
 public FeesConfig GetFeesConfig()
 {
     return(_jsonRepository.GetFirst());
 }
コード例 #2
0
 public LoanContract GetLoan()
 {
     return(_jsonRepository.GetFirst());
 }