Esempio n. 1
0
 public printService(ServiceWorksheets sw, servicePrintType printType)
 {
     //db = new dbGyorokEntities();
     pType = printType;
     //serviceToPrint = SQLConnection.Execute.ServiceSumView.Single(ss => ss.worksheetID == sw.worksheetID);
     Printing();
 }
Esempio n. 2
0
 public printService(ServiceWorksheets sw, servicePrintType printType)
 {
     //db = new dbGyorokEntities();
     pType = printType;
     //serviceToPrint = SQLConnection.Execute.ServiceSumView.Single(ss => ss.worksheetID == sw.worksheetID);
     Printing();
 }
Esempio n. 3
0
        //dbGyorokEntities db;

        public printService(ServiceSum sw, servicePrintType printType)
        {
            pType          = printType;
            serviceToPrint = sw;
            Printing();
        }
Esempio n. 4
0
 //dbGyorokEntities db;
 public printService(ServiceSum sw, servicePrintType printType)
 {
     pType = printType;
     serviceToPrint = sw;
     Printing();
 }