Example #1
0
 public static int ListPicsByDate(string Date, ref List <string> Pics)
 {
     return(_database.ListPicsByDate(Date, ref Pics));
 }