コード例 #1
0
ファイル: InvestorFund.cs プロジェクト: jsingh/DeepBlue
 private IEnumerable<ErrorInfo> Validate(InvestorFund investorFund)
 {
     return ValidationHelper.Validate(investorFund);
 }
コード例 #2
0
ファイル: InvestorRepository.cs プロジェクト: jsingh/DeepBlue
 public IEnumerable<Helpers.ErrorInfo> SaveInvestorFund(InvestorFund investorFund)
 {
     return investorFund.Save();
 }