Exemplo n.º 1
0
 public FeesConfig GetFeesConfig()
 {
     return(_jsonRepository.GetFirst());
 }
Exemplo n.º 2
0
 public LoanContract GetLoan()
 {
     return(_jsonRepository.GetFirst());
 }