Example #1
0
 public Treatment GetTreatment(int id)
 {
     return(Treatments.FirstOrDefault(tr => tr.Id == id));
 }