Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BenefitsController"/> class.
 /// </summary>
 /// <param name="context">The AIValuations DB context</param>
 public BenefitsController(AIValuationsContext context)
 {
     this.aIValuationsContext = context;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MarkovRateInputValuesController"/> class.
 /// </summary>
 /// <param name="context">The AIValuations DB context</param>
 public MarkovRateInputValuesController(AIValuationsContext context)
 {
     this.aIValuationsContext = context;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="YieldController"/> class.
 /// </summary>
 /// <param name="context">The AIValuations DB context</param>
 public YieldController(AIValuationsContext context)
 {
     this.aIValuationsContext = context;
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ModelPointsController"/> class.
 /// </summary>
 /// <param name="context">The AIValuations DB context</param>
 public ModelPointsController(AIValuationsContext context)
 {
     this.aIValuationsContext = context;
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MarkovStatesController"/> class.
 /// </summary>
 /// <param name="context">The AIValuations DB context</param>
 public MarkovStatesController(AIValuationsContext context)
 {
     this.aIValuationsContext = context;
 }