Exemple #1
0
 public void getImportDetailForPrint(DataTable tableSource, int id)
 {
     oDLBase = new DLBase();
     oDLBase.ExecuteTypeParameterReader("proc_Import_Ticket_Prinf", tableSource, id);
 }