Esempio n. 1
0
 public FormationsController(JsonFileFormationService formationService)
 {
     _formationService = formationService;
 }
Esempio n. 2
0
 public FormationsModel(ILogger <FormationsModel> logger, JsonFileFormationService formationService, ILogger <ProfileModel> baseLogger, JsonFileProfileService profilService) : base(baseLogger, profilService)
 {
     _logger           = logger;
     _formationService = formationService;
 }