コード例 #1
0
ファイル: Hospital.cs プロジェクト: Grupo5DPS/slnHC
 public string[] Agregar(string idP, HospitalE historia)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Hospital.cs プロジェクト: Grupo5DPS/slnHC
 public string[] Eliminar(HospitalE historia)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Hospital.cs プロジェクト: Grupo5DPS/slnHC
 public string[] Actualizar(HospitalE historia)
 {
     throw new NotImplementedException();
 }