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