public ApiUser Put(int?id, [FromBody] ApiUser apiuser) { return(apiuser); }
public ApiUser Post([FromBody] ApiUser apiuser) { return(apiuser); }