Ejemplo n.º 1
0
 public DataSet GetTicketType(int TId)
 {
     return(_objDALInvoice.GetTicketType(TId));
 }