コード例 #1
0
ファイル: PatientService.cs プロジェクト: dredson71/Nu34life
 public bool Actualizar(Patient a)
 {
     return(patientRepository.Actualizar(a));
 }