public void PrintPdfYear(TResultCalendar loc, int year, string fileName) { GCPrintService.ExportTableCalendar(loc, year, year, fileName); }
public void PrintPdfYear(GCLocation loc, int year, string fileName) { GCPrintService.ExportTableCalendar(loc, year, year, fileName); }