Ejemplo n.º 1
0
 public T EditEmergencyFund(decimal income)
 {
     return(_fundsRepository.EditEmergencyFund(income));
 }