Beispiel #1
0
 private IEnumerable<ErrorInfo> Validate(InvestorFund investorFund)
 {
     return ValidationHelper.Validate(investorFund);
 }
Beispiel #2
0
 public IEnumerable<Helpers.ErrorInfo> SaveInvestorFund(InvestorFund investorFund)
 {
     return investorFund.Save();
 }