Ejemplo n.º 1
0
 public IHttpActionResult InsertSector(OneValueModel model)
 {
     edisRepo.FeedDataForSectors(model.Value);
     return(Ok());
 }