Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChoiceController"/> class.
 /// </summary>
 public ChoiceController()
 {
     _choiceService = new ChoiceService();
 }
Ejemplo n.º 2
0
 public APIController()
 {
     accountService          = new AccountService();
     areaExtendParamsService = new AreaExtendParamsService();
     choiceService           = new ChoiceService();
 }