public int Post([FromBody] Clanak c) { DataProvider provider = new DataProvider(); return(provider.AddClanak(c)); }