public int Post([FromBody] Autor a) { DataProvider provider = new DataProvider(); return(provider.AddAutor(a)); }