Exemple #1
0
 public static List <string> ListPicsByKeywordSearch(string Keyword)
 {
     return(_database.ListPicsByKeywordSearch(Keyword));
 }