示例#1
0
 public void Post([FromBody] Material values)
 {
     _material.Insert(values, RequestContext.Principal.Identity.Name);
 }