Esempio n. 1
0
 public int Post([FromBody] PatientDemographics value)
 {
     return(_serviceImplementation.Save(value));
 }