コード例 #1
0
 private PractitionerRepo(IPersistable persistable)
 {
     _persistable   = persistable;
     _practitioners = _persistable.GetPractitioners();
 }