예제 #1
0
 public PyroFhirServer(IGlobalProperties IGlobalProperties, Organizations.IPyroHealth IPyroHealthOrg, CodeSystems.IPyroHealth IPyroHealthCodeSystem, CodeSystems.IPyroFhirServer IPyroFhirServerCodeSystem)
 {
     this.IGlobalProperties         = IGlobalProperties;
     this.IPyroHealthOrg            = IPyroHealthOrg;
     this.IPyroHealthCodeSystem     = IPyroHealthCodeSystem;
     this.IPyroFhirServerCodeSystem = IPyroFhirServerCodeSystem;
 }
예제 #2
0
 public PyroHealth(CodeSystems.IPyroHealth IPyroHealthCodeSystem, CodeSystems.IPyroFhirServer IPyroFhirServerCodeSystem)
 {
     this.IPyroHealthCodeSystem     = IPyroHealthCodeSystem;
     this.IPyroFhirServerCodeSystem = IPyroFhirServerCodeSystem;
 }