コード例 #1
0
ファイル: BLObject.cs プロジェクト: yiiluz/DrConsole
 public void AddPatient(Patient patient)
 {
     DLObj.AddPatient(patient);
 }