/// <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;
 }
Beispiel #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;
 }
 /// <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;
 }
 /// <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;
 }
Beispiel #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;
 }