コード例 #1
0
ファイル: Patient.cs プロジェクト: fransdelport/Notarius
 public static async Task <bool> DeletePatientAsync(string MRN)
 {
     return(await PatientData.DeletePatientAsync(MRN));
 }