Example #1
0
 public DataSet GetTicket(int TicketNo, string TicketType)
 {
     return(_objDALInvoice.GetTicket(TicketNo, TicketType));
 }