コード例 #1
0
 public FormationsController(JsonFileFormationService formationService)
 {
     _formationService = formationService;
 }
コード例 #2
0
 public FormationsModel(ILogger <FormationsModel> logger, JsonFileFormationService formationService, ILogger <ProfileModel> baseLogger, JsonFileProfileService profilService) : base(baseLogger, profilService)
 {
     _logger           = logger;
     _formationService = formationService;
 }