Ejemplo n.º 1
0
 public string[] searchImagesPosts()
 {
     string[] posts = WorkWithDb.SearchPosts().ToArray();
     return(posts);
 }