Ejemplo n.º 1
0
 public Tech PostTech([FromBody] Tech tech)
 {
     _repo.AddTech(tech);
     return(tech);
 }