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