Inheritance: AbstractTO
Ejemplo n.º 1
0
 public AllergyTO[] getAllergies(string appPwd, string patientICN)
 {
     AllergyTO[] result = new AllergyTO[1];
     result[0] = new AllergyTO() { fault = new FaultTO("Not implemented") };
     return result;
 }