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