/// <summary> /// /// </summary> /// <returns></returns> public Result <HistoricInvestment> Add(HistoricInvestment historicInvestment) { return(_historicInvestmentService.Add(historicInvestment)); }
public HistoricInvestment Add(HistoricInvestment user) { return(_ctx.HistoricInvestmentSet.Add(user)); }