コード例 #1
0
 public PatientQuery(SortShape sort)
 {
     _sort = sort;
 }
コード例 #2
0
 public BloodPressureQuery(SortShape sort)
 {
     _sort = sort;
 }