Beispiel #1
0
 public Genome(BcareContext context)
 {
     this.context = context;
     if (listMed.Count == 0)
     {
         listMed = context.GetAllMed();
     }
     med = listMed[RandomMedication(listMed.Count)];
 }