public void Update(RehabProgram obj)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 // POST: api/RehabProgram
 public void Post([FromBody] RehabProgram rehabProgram)
 {
     throw new NotImplementedException();
 }