Exemplo n.º 1
0
 // POST api/<controller>
 public void Post([FromBody] Event_Type Et)
 {
     Et.InsertEvent_Type();
 }