Exemple #1
0
 public MEF
 (
     ISystemLogManager logger,
     IApplication application,
     IEntityQuery entityQuery,
     IEntityCreate entityCreate,
     ILiveResource liveResources,
     IProvideValues provideValues,
     IDialogService dialogService,
     IStarsApplication starsApplication,
     IVETSEntityManagerView entityManagerView
 )
 {
     Logger            = logger;
     Application       = application;
     EntityQuery       = entityQuery;
     EntityCreate      = entityCreate;
     LiveResources     = liveResources;
     ProvideValues     = provideValues;
     DialogService     = dialogService;
     StarsApplication  = starsApplication;
     EntityManagerView = entityManagerView;
 }
Exemple #2
0
 public HomeController(IProvideValues valuesProvider)
 {
     _valuesProvider = valuesProvider;
 }
Exemple #3
0
 public OnlineResources([Import("MyStrippedDeployPath", typeof(IDeployPath))] IDeployPath deployPath, IProvideValues provideValues)
 {
     DeployPath    = deployPath;
     ProvideValues = provideValues;
 }