Example #1
0
 public static int ListMonths(string Year, ref List <string> Months)
 {
     return(_database.ListMonths(Year, ref Months));
 }