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