Example #1
0
    public int TicketCount(string trainNo, string fromplace, string toplace, int type)
    {
        Ticket ticket = new Ticket();
        int    res    = tm.GetCount(trainNo, fromplace, toplace, type);

        return(res);
    }