Esempio n. 1
0
 public bool Put(int id, [FromBody] PatientDemographics value)
 {
     return(_serviceImplementation.Update(id, value));
 }