Exemplo n.º 1
0
 public static int CountPicsByDate(string Date)
 {
     return(_database.CountPicsByDate(Date));
 }