Exemplo n.º 1
0
 public ActionResult <Device> Post(Device device)
 {
     _devicesService.Create(device);
     return(device);
 }