Exemple #1
0
 public CodeSystem(IPyroFhirServer IPyroFhirServer, IPyroTask IPyroTask, IPyroHealth IPyroHealth)
 {
     this.IPyroFhirServer = IPyroFhirServer;
     this.IPyroTask       = IPyroTask;
     this.IPyroHealth     = IPyroHealth;
 }
 public Organization(IPyroHealth IPyroHealth)
 {
     this.IPyroHealth = IPyroHealth;
 }