Example #1
0
 public static int CountPicsByKeywordSearch(string Keyword)
 {
     return(_database.CountPicsByKeywordSearch(Keyword));
 }