Esempio n. 1
0
 public string[] AuthorNameAndImagePath(Newtonsoft.Json.Linq.JObject idPost)
 {
     string[] authorsPaths = WorkWithDb.AuthorNameAndImagePath(Convert.ToInt32(idPost["idPost"])).ToArray();
     return(authorsPaths);
 }