public PlatformConfigurationController(IPlatformConfigurationService platformConfigurationService)
 {
     _platformConfigurationService = platformConfigurationService;
 }
Exemplo n.º 2
0
 public DalContainer(IPlatformConfigurationService pcs)
 {
     Context = new ModelContext(pcs.UserDataLocation);
     Context.Database.EnsureCreated();
 }