コード例 #1
0
 public PlatformConfigurationController(IPlatformConfigurationService platformConfigurationService)
 {
     _platformConfigurationService = platformConfigurationService;
 }
コード例 #2
0
 public DalContainer(IPlatformConfigurationService pcs)
 {
     Context = new ModelContext(pcs.UserDataLocation);
     Context.Database.EnsureCreated();
 }