Ejemplo n.º 1
0
 public void Update([FromBody] MealDataModel data)
 {
     MealDataManager.Update(data, SessionVariables.RequestProfile);
 }